zlib: don't split the tiny man page

This commit is contained in:
Vladimír Čunát
2015-10-28 10:09:33 +01:00
parent b5636e9e71
commit 302b27f64b
+2 -1
View File
@@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
--replace 'ARFLAGS="-o"' 'ARFLAGS="-r"'
'';
outputs = [ "dev" "out" "static" "man" ];
outputs = [ "dev" "out" "static" ];
setOutputFlags = false;
outputDoc = "dev"; # single tiny man3 page
preConfigure = ''