me
/
guix
Archived
1
0
Fork 0

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.
master
Ludovic Courtès 2016-06-13 09:41:48 +02:00
parent 28b33172c9
commit 809f17628f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 5 deletions

View File

@ -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