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:
parent
8359a5f187
commit
8d33f263c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user