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.
This commit is contained in:
Marius Bakke 2020-05-17 14:14:12 +02:00
parent 8359a5f187
commit 8d33f263c1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -169,7 +169,7 @@ (define (make-autoconf-wrapper autoconf)
(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