guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: swig: Adjust to pcre output split.


From: Ludovic Courtès
Subject: 01/01: gnu: swig: Adjust to pcre output split.
Date: Mon, 13 Jun 2016 07:43:07 +0000 (UTC)

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

commit 809f17628ffcac04bf7b194c6ee5ef0c872db73d
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 13 09:41:48 2016 +0200

    gnu: swig: Adjust to pcre output split.
    
    This fixes a regression introduced in
    commit 6d49ca3bad613700b539c30272e164207455735b.
    
    * gnu/packages/swig.scm (swig)[native-inputs]: Add pcre:bin.
    [inputs]: Remove pcre.
---
 gnu/packages/swig.scm |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 273d0c4..6a66a71 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -41,10 +41,9 @@
               (base32
                "0g1a69vrqxgsnr1wkx851ljn73a2x3jqzxa66s2l3w0kyblbjk4z"))))
     (build-system gnu-build-system)
-    (native-inputs `(("boost" ,boost)))
-    (inputs `(("pcre" ,pcre)
-
-              ;; Provide these to run the corresponding tests.
+    (native-inputs `(("boost" ,boost)
+                     ("pcre" ,pcre "bin")))       ;for 'pcre-config'
+    (inputs `(;; Provide these to run the corresponding tests.
               ("guile" ,guile-2.0)
               ("perl" ,perl)))
               ;; FIXME: reactivate input python as soon as the test failures



reply via email to

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