xorg.xcbutilerrors: add dev output to not propagate a dev output

main
Artturin 2 years ago
parent cce50c11ef
commit 7ae04c1c4d
  1. 4
      pkgs/servers/x11/xorg/overrides.nix

@ -351,6 +351,10 @@ self: super:
outputs = [ "out" "dev" ];
});
xcbutilerrors = super.xcbutilerrors.overrideAttrs (attrs: {
outputs = [ "out" "dev" ]; # mainly to get rid of propagating others
});
xcbutilcursor = super.xcbutilcursor.overrideAttrs (attrs: {
outputs = [ "out" "dev" ];
meta = attrs.meta // { maintainers = [ lib.maintainers.lovek323 ]; };

Loading…
Cancel
Save