gnu: swig: Fix cross-compilation.
* gnu/packages/swig.scm (swig)[inputs]: Add pcre that is needed when cross-compiling.
This commit is contained in:
parent
1c8b1870a6
commit
457e116698
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue