civodul pushed a commit to branch core-updates
in repository guix.
commit d7170f449cdddffeeb9a8aa9c72cf40240278ebf
Author: Ludovic Courtès <[email protected]>
Date: Tue Dec 15 23:12:20 2015 +0100
gnu: gettext: Add "doc" output.
* gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field.
---
gnu/packages/gettext.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 14dedc5..3c006e1 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -49,6 +49,8 @@
(base32
"0pb9vp4ifymvdmc31ks3xxcnfqgzj8shll39czmk8c1splclqjzd"))))
(build-system gnu-build-system)
+ (outputs '("out"
+ "doc")) ;8 MiB of HTML
(inputs
`(("expat" ,expat)))
(arguments