mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build-system/gnu: dist-package: Use 'autoconf-wrapper'.
* guix/build-system/gnu.scm (dist-package): Use AUTOCONF-WRAPPER instead of AUTOCONF.
This commit is contained in:
parent
a6785b96ff
commit
87cd0dba2f
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ (define* (dist-package p source)
|
|||
(let ((ref (lambda (module var)
|
||||
(module-ref (resolve-interface module) var))))
|
||||
`(,@(package-native-inputs p)
|
||||
("autoconf" ,(ref '(gnu packages autotools) 'autoconf))
|
||||
("autoconf" ,((ref '(gnu packages autotools) 'autoconf-wrapper)))
|
||||
("automake" ,(ref '(gnu packages autotools) 'automake))
|
||||
("libtool" ,(ref '(gnu packages autotools) 'libtool))
|
||||
("gettext" ,(ref '(gnu packages gettext) 'gnu-gettext))
|
||||
|
|
Loading…
Reference in a new issue