From 302b27f64b329ee00ae64f9e76058c572cf774d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 15 Oct 2015 11:00:37 +0200 Subject: [PATCH] zlib: don't split the tiny man page --- pkgs/development/libraries/zlib/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/zlib/default.nix b/pkgs/development/libraries/zlib/default.nix index 2d3b10974f7..4f2b9a594e5 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 = ''