zlib: don't split the tiny man page
This commit is contained in:
parent
b5636e9e71
commit
302b27f64b
@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
--replace 'ARFLAGS="-o"' 'ARFLAGS="-r"'
|
--replace 'ARFLAGS="-o"' 'ARFLAGS="-r"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputs = [ "dev" "out" "static" "man" ];
|
outputs = [ "dev" "out" "static" ];
|
||||||
setOutputFlags = false;
|
setOutputFlags = false;
|
||||||
|
outputDoc = "dev"; # single tiny man3 page
|
||||||
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user