From 6a91bf20c814a1ce9abc03f1de10b894289ebaf6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 26 Jul 2015 13:58:19 +0200 Subject: [PATCH] groff: Move docs to separate output This cuts the size of the package by ~10 MB. --- pkgs/tools/text/groff/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/text/groff/default.nix b/pkgs/tools/text/groff/default.nix index b0421a8ed0d..039bff8c655 100644 --- a/pkgs/tools/text/groff/default.nix +++ b/pkgs/tools/text/groff/default.nix @@ -8,6 +8,8 @@ stdenv.mkDerivation rec { sha256 = "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s"; }; + outputs = [ "out" "doc" ]; + enableParallelBuilding = false; buildInputs = [ ghostscript ];