mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
libXp: Use multiple outputs
This commit is contained in:
parent
5cf9d386e0
commit
55f489eb74
@ -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…
Reference in New Issue
Block a user