guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: gettext: Add "doc" output.


From: Ludovic Courtès
Subject: 04/06: gnu: gettext: Add "doc" output.
Date: Tue, 15 Dec 2015 22:40:05 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit d7170f449cdddffeeb9a8aa9c72cf40240278ebf
Author: Ludovic Courtès <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]