gnu: swig: Adjust to pcre output split.
This fixes a regression introduced in
commit 6d49ca3bad
.
* gnu/packages/swig.scm (swig)[native-inputs]: Add pcre:bin.
[inputs]: Remove pcre.
This commit is contained in:
parent
28b33172c9
commit
809f17628f
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013, 2015 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -41,10 +41,9 @@
|
||||||
(base32
|
(base32
|
||||||
"0g1a69vrqxgsnr1wkx851ljn73a2x3jqzxa66s2l3w0kyblbjk4z"))))
|
"0g1a69vrqxgsnr1wkx851ljn73a2x3jqzxa66s2l3w0kyblbjk4z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("boost" ,boost)))
|
(native-inputs `(("boost" ,boost)
|
||||||
(inputs `(("pcre" ,pcre)
|
("pcre" ,pcre "bin"))) ;for 'pcre-config'
|
||||||
|
(inputs `(;; Provide these to run the corresponding tests.
|
||||||
;; Provide these to run the corresponding tests.
|
|
||||||
("guile" ,guile-2.0)
|
("guile" ,guile-2.0)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
;; FIXME: reactivate input python as soon as the test failures
|
;; FIXME: reactivate input python as soon as the test failures
|
||||||
|
|
Loading…
Reference in New Issue