build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API.
This is a followup to 464f5447396fcec9b43f7eab71d5d42b522a157f. * guix/build-system/gnu.scm (dist-package): Do not call 'autoconf-wrapper'.
This commit is contained in:
parent
9c8893ce20
commit
8cca3f939a
@ -253,7 +253,7 @@ exact build phases are defined by PHASES."
|
||||
(let ((ref (lambda (module var)
|
||||
(module-ref (resolve-interface module) var))))
|
||||
`(,@(package-native-inputs p)
|
||||
("autoconf" ,((ref '(gnu packages autotools) 'autoconf-wrapper)))
|
||||
("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 New Issue
Block a user