gnu: swig: Build with guile-2.2.
This is a follow-up to 8b2c4eb502
.
* gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.0
with guile-2.2.
master
parent
8c42cee196
commit
d45720d8b4
|
@ -57,7 +57,7 @@
|
||||||
(native-inputs `(("boost" ,boost)
|
(native-inputs `(("boost" ,boost)
|
||||||
("pcre" ,pcre "bin") ;for 'pcre-config'
|
("pcre" ,pcre "bin") ;for 'pcre-config'
|
||||||
;; The following are for tests and examples:
|
;; The following are for tests and examples:
|
||||||
("guile" ,guile-2.0)
|
("guile" ,guile-2.2)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
;;("python" ,python-wrapper)
|
;;("python" ,python-wrapper)
|
||||||
(inputs `(("pcre" ,pcre)))
|
(inputs `(("pcre" ,pcre)))
|
||||||
|
|
Reference in New Issue