libXp: Use multiple outputs

wip/yesman
Eelco Dolstra 8 years ago
parent 5cf9d386e0
commit 55f489eb74
  1. 4
      pkgs/servers/x11/xorg/overrides.nix

@ -233,6 +233,10 @@ in
buildInputs = attrs.buildInputs ++ [xorg.renderproto];
};
libXp = attrs: attrs // {
outputs = [ "out" "dev" ];
};
libXpm = attrs: attrs // {
outputs = [ "bin" "dev" "out" ]; # tiny man in $bin
patchPhase = "sed -i '/USE_GETTEXT_TRUE/d' sxpm/Makefile.in cxpm/Makefile.in";

Loading…
Cancel
Save