groff: Move docs to separate output

This cuts the size of the package by ~10 MB.
This commit is contained in:
Eelco Dolstra 2015-07-26 13:58:19 +02:00
parent d24a5a49ea
commit 6a91bf20c8

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s";
};
outputs = [ "out" "doc" ];
enableParallelBuilding = false;
buildInputs = [ ghostscript ];