diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-17 14:14:12 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-17 14:14:12 +0200 |
commit | 8d33f263c16b266cc7a8328965f9efd852e3a578 (patch) | |
tree | dc185b45cf5cde2800d97e48d8c3075cd7085e80 /gnu/packages/autotools.scm | |
parent | 8359a5f1872dd0e05d21c20181e978028fe7c047 (diff) | |
download | guix-8d33f263c16b266cc7a8328965f9efd852e3a578.tar guix-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.scm | 2 |
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 |