summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-17 14:14:12 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-17 14:14:12 +0200
commit8d33f263c16b266cc7a8328965f9efd852e3a578 (patch)
treedc185b45cf5cde2800d97e48d8c3075cd7085e80 /gnu/packages/autotools.scm
parent8359a5f1872dd0e05d21c20181e978028fe7c047 (diff)
downloadguix-patches-8d33f263c16b266cc7a8328965f9efd852e3a578.tar
guix-patches-8d33f263c16b266cc7a8328965f9efd852e3a578.tar.gz
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.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 5c60154e7f..96f2925180 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