xorg.xcb-util: split into multiple outputs

I see no references likely to break.
wip/yesman
Vladimír Čunát 9 years ago
parent 6d86a93c43
commit e4f38fb050
  1. 4
      pkgs/servers/x11/xorg/overrides.nix

@ -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…
Cancel
Save