guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: pcre: Add "doc" output.


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

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

commit 6042f40bfa0a78bfa850a0ff469a785b2da68a61
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 15 23:35:09 2015 +0100

    gnu: pcre: Add "doc" output.
    
    * gnu/packages/pcre.scm (pcre)[outputs]: New field.
---
 gnu/packages/pcre.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 5d6618a..d2933bb 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -42,6 +42,8 @@
              (base32
               "1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r"))))
    (build-system gnu-build-system)
+   (outputs '("out"
+              "doc"))                             ;1.8 MiB of HTML
    (inputs `(("bzip2" ,bzip2)
              ("readline" ,readline)
              ("zlib" ,zlib)))



reply via email to

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