diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-05 23:02:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-05 23:40:55 +0100 |
commit | 7d157c652cf90459dcce51c2c98985683e5359c4 (patch) | |
tree | ec8ba3c85d4a467748c85ab817b52cf1553d4ef5 /gnu | |
parent | fc61b641c28db1fc70da798fb6dcedb853b1ad1a (diff) | |
download | guix-7d157c652cf90459dcce51c2c98985683e5359c4.tar guix-7d157c652cf90459dcce51c2c98985683e5359c4.tar.gz |
gnu: groff: Add "doc" output.
* gnu/packages/groff.scm (groff): Add 'outputs' field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/groff.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index e7a0026d9e..93d0380595 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -40,6 +40,8 @@ (sha256 (base32 "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s")))) (build-system gnu-build-system) + (outputs '("out" + "doc")) ;12MiB of PS, PDF, HTML, and examples (inputs `(("ghostscript" ,ghostscript) ("netpbm" ,netpbm))) (native-inputs `(("bison" ,bison) |