guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pcre: Disallow references to the "doc" output.


From: Ludovic Courtès
Subject: 02/02: gnu: pcre: Disallow references to the "doc" output.
Date: Wed, 06 Apr 2016 21:10:48 +0000

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

commit d786d2f891c3257a36e0c0658c618c75d67190cf
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 6 23:09:55 2016 +0200

    gnu: pcre: Disallow references to the "doc" output.
    
    * gnu/packages/pcre.scm (pcre)[arguments]: Add #:disallowed-references.
---
 gnu/packages/pcre.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index d5c2294..cb6eddd 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -50,7 +50,8 @@
              ("readline" ,readline)
              ("zlib" ,zlib)))
    (arguments
-    `(#:configure-flags '("--enable-utf"
+    '(#:disallowed-references ("doc")
+      #:configure-flags '("--enable-utf"
                           "--enable-pcregrep-libz"
                           "--enable-pcregrep-libbz2"
                           "--enable-pcretest-libreadline"



reply via email to

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