about summary refs log tree commit diff
path: root/pkgs/development/libraries/zlib
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-15 11:00:37 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-28 10:09:33 +0100
commit302b27f64b329ee00ae64f9e76058c572cf774d8 (patch)
tree095c75085016d6c04759aec091a8d24636ef5bf3 /pkgs/development/libraries/zlib
parentb5636e9e71e56f0b868976d7aefcf848d0d1cc01 (diff)
downloadnixlib-302b27f64b329ee00ae64f9e76058c572cf774d8.tar
nixlib-302b27f64b329ee00ae64f9e76058c572cf774d8.tar.gz
nixlib-302b27f64b329ee00ae64f9e76058c572cf774d8.tar.bz2
nixlib-302b27f64b329ee00ae64f9e76058c572cf774d8.tar.lz
nixlib-302b27f64b329ee00ae64f9e76058c572cf774d8.tar.xz
nixlib-302b27f64b329ee00ae64f9e76058c572cf774d8.tar.zst
nixlib-302b27f64b329ee00ae64f9e76058c572cf774d8.zip
zlib: don't split the tiny man page
Diffstat (limited to 'pkgs/development/libraries/zlib')
-rw-r--r--pkgs/development/libraries/zlib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/zlib/default.nix b/pkgs/development/libraries/zlib/default.nix
index 2d3b10974f72..4f2b9a594e52 100644
--- a/pkgs/development/libraries/zlib/default.nix
+++ b/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 = ''