xorg.xcb-util: split into multiple outputs
I see no references likely to break.
This commit is contained in:
parent
6d86a93c43
commit
e4f38fb050
@ -230,6 +230,10 @@ in
|
||||
buildInputs = attrs.buildInputs ++ [ args.freetype args.fontconfig ];
|
||||
};
|
||||
|
||||
xcbutil = attrs: attrs // {
|
||||
outputs = [ "dev" "out" ];
|
||||
};
|
||||
|
||||
xcbutilcursor = attrs: attrs // {
|
||||
meta.maintainers = [ stdenv.lib.maintainers.lovek323 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user