guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: swig: Build with guile-2.2.


From: guix-commits
Subject: 01/01: gnu: swig: Build with guile-2.2.
Date: Wed, 11 Dec 2019 21:09:17 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit d45720d8b456e82380601d77e25bd05c6e0dc36a
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 12 03:44:48 2019 +0200

    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.
---
 gnu/packages/swig.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index df49428..3de6343 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]