mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue