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.
This commit is contained in:
Efraim Flashner 2019-12-12 03:44:48 +02:00
parent 8c42cee196
commit d45720d8b4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -57,7 +57,7 @@ (define-public swig
(native-inputs `(("boost" ,boost)
("pcre" ,pcre "bin") ;for 'pcre-config'
;; The following are for tests and examples:
("guile" ,guile-2.0)
("guile" ,guile-2.2)
("perl" ,perl)))
;;("python" ,python-wrapper)
(inputs `(("pcre" ,pcre)))