zlib: don't split the tiny man page

This commit is contained in:
Vladimír Čunát 2015-10-15 11:00:37 +02:00
parent b5636e9e71
commit 302b27f64b

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 = ''