mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 12:49:30 +01:00
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:
parent
8c42cee196
commit
d45720d8b4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
(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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue