zlib: don't split the tiny man page
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user