summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/gawk
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-25 12:03:37 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-10-28 10:16:55 +0100
commit8adabe6679c51df5d4cd40b52c2f639324ad645e (patch)
tree7220898ffb642342eee3649a5ff7e3fe68065cc8 /pkgs/tools/text/gawk
parentefcad4c910a271e846f1d274fe297a83ba97b3cc (diff)
gawk: split $doc into $man and $info
Info files are rather large and not much used anymore, AFAIK. (We include $man or $doc in the system closure by default.)
Diffstat (limited to 'pkgs/tools/text/gawk')
-rw-r--r--pkgs/tools/text/gawk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gawk/default.nix b/pkgs/tools/text/gawk/default.nix
index 2712aa14d60f..e62b18a4c436 100644
--- a/pkgs/tools/text/gawk/default.nix
+++ b/pkgs/tools/text/gawk/default.nix
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "09d6pmx6h3i2glafm0jd1v1iyrs03vcyv2rkz12jisii3vlmbkz3";
};
- # When we do build separate interactive version, it makes sense to always include docs.
- outputs = [ "out" ] ++ stdenv.lib.optional (!interactive) "doc"; #ToDo
+ # When we do build separate interactive version, it makes sense to always include man.
+ outputs = [ "out" "info" ] ++ stdenv.lib.optional (!interactive) "man";
doCheck = !(
stdenv.isCygwin # XXX: `test-dup2' segfaults on Cygwin 6.1