gzip: split man and info outputs
This commit is contained in:
parent
302b27f64b
commit
daa543a455
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0ivqnbhiwd12q8hp3qw6rpsrpw2jg5y2mymk8cn22lsx90dfvprp";
|
sha256 = "0ivqnbhiwd12q8hp3qw6rpsrpw2jg5y2mymk8cn22lsx90dfvprp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "man" "info" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ xz.bin ];
|
buildInputs = [ xz.bin ];
|
||||||
|
|
Loading…
Reference in New Issue