Archived
1
0
Fork 0

gnu: swig: Fix cross-compilation.

* gnu/packages/swig.scm (swig)[inputs]: Add pcre that is needed when cross-compiling.
This commit is contained in:
Mathieu Othacehe 2019-07-31 18:17:30 +02:00
parent 1c8b1870a6
commit 457e116698
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -62,6 +62,7 @@
(native-inputs `(("boost" ,boost)
("pcre" ,pcre "bin"))) ;for 'pcre-config'
(inputs `(;; Provide these to run the corresponding tests.
("pcre" ,pcre)
("guile" ,guile-2.0)
("perl" ,perl)))
;; FIXME: reactivate input python as soon as the test failures