zlib: don't split the tiny man page

wip/yesman
Vladimír Čunát 9 years ago
parent b5636e9e71
commit 302b27f64b
  1. 3
      pkgs/development/libraries/zlib/default.nix

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

Loading…
Cancel
Save