diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-15 23:12:20 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-15 23:12:20 +0100 |
commit | d7170f449cdddffeeb9a8aa9c72cf40240278ebf (patch) | |
tree | 4990be6d8e1950b5fba0d1a3b0d398fbc81c1c3a /gnu/packages/gettext.scm | |
parent | 27ec9624ca6a6ba64704bc1f976d8bf818fea05d (diff) | |
download | guix-d7170f449cdddffeeb9a8aa9c72cf40240278ebf.tar guix-d7170f449cdddffeeb9a8aa9c72cf40240278ebf.tar.gz |
gnu: gettext: Add "doc" output.
* gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field.
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r-- | 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 14dedc51b5..3c006e1edb 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 |