summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/build-system/gnu.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index 3be83468eb0..c83c50b76ee 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -204,7 +204,7 @@ runs `make distcheck' and whose result is one or more source tarballs."
204 (let ((ref (lambda (module var) 204 (let ((ref (lambda (module var)
205 (module-ref (resolve-interface module) var)))) 205 (module-ref (resolve-interface module) var))))
206 `(,@(package-native-inputs p) 206 `(,@(package-native-inputs p)
207 ("autoconf" ,(ref '(gnu packages autotools) 'autoconf)) 207 ("autoconf" ,((ref '(gnu packages autotools) 'autoconf-wrapper)))
208 ("automake" ,(ref '(gnu packages autotools) 'automake)) 208 ("automake" ,(ref '(gnu packages autotools) 'automake))
209 ("libtool" ,(ref '(gnu packages autotools) 'libtool)) 209 ("libtool" ,(ref '(gnu packages autotools) 'libtool))
210 ("gettext" ,(ref '(gnu packages gettext) 'gnu-gettext)) 210 ("gettext" ,(ref '(gnu packages gettext) 'gnu-gettext))