guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: autoconf-wrapper: Use Guile 3.0.


From: guix-commits
Subject: 04/04: gnu: autoconf-wrapper: Use Guile 3.0.
Date: Sun, 17 May 2020 08:15:24 -0400 (EDT)

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

commit 8d33f263c16b266cc7a8328965f9efd852e3a578
Author: Marius Bakke <address@hidden>
AuthorDate: Sun May 17 14:14:12 2020 +0200

    gnu: autoconf-wrapper: Use Guile 3.0.
    
    * gnu/packages/autotools.scm (make-autoconf-wrapper)[inputs]: Change from
    GUILE-2.0 to GUILE-3.0/FIXED.
---
 gnu/packages/autotools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 5c60154..96f2925 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -169,7 +169,7 @@ files with a system-specific shebang."
     (inputs `(("guile"
                ;; XXX: Kludge to hide the circular dependency.
                ,(module-ref (resolve-interface '(gnu packages guile))
-                            'guile-2.0))
+                            'guile-3.0/fixed))
               ("autoconf" ,autoconf)
               ("bash" ,bash-minimal)))
     (arguments



reply via email to

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