summaryrefslogtreecommitdiff
path: root/gnu/packages/swig.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-12 03:44:48 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-12 03:44:53 +0200
commitd45720d8b456e82380601d77e25bd05c6e0dc36a (patch)
tree459c7756b3f753707e7a87fc38f5225e44177fa4 /gnu/packages/swig.scm
parent8c42cee19657a3e74c0b9c3f685cb53d1e1762b1 (diff)
downloadguix-patches-d45720d8b456e82380601d77e25bd05c6e0dc36a.tar
guix-patches-d45720d8b456e82380601d77e25bd05c6e0dc36a.tar.gz
gnu: swig: Build with guile-2.2.
This is a follow-up to 8b2c4eb5020eff458690f600351b56ed97465db1. * gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.0 with guile-2.2.
Diffstat (limited to 'gnu/packages/swig.scm')
-rw-r--r--gnu/packages/swig.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index df49428964..3de6343da8 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -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)))