summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/autotools.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index e9935099e3b..cdd7425a079 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -329,12 +329,9 @@ output is indexed in many ways to simplify browsing.")
329 (search-patches "automake-skip-amhello-tests.patch")))) 329 (search-patches "automake-skip-amhello-tests.patch"))))
330 (build-system gnu-build-system) 330 (build-system gnu-build-system)
331 (inputs 331 (inputs
332 ;; TODO: remove `if' in the next rebuild cycle. 332 `(("autoconf" ,autoconf-wrapper)
333 (if (%current-target-system) 333 ("bash" ,bash-minimal)
334 `(("autoconf" ,autoconf-wrapper) 334 ("perl" ,perl)))
335 ("bash" ,bash-minimal)
336 ("perl" ,perl))
337 '()))
338 (native-inputs 335 (native-inputs
339 `(("autoconf" ,autoconf-wrapper) 336 `(("autoconf" ,autoconf-wrapper)
340 ("perl" ,perl))) 337 ("perl" ,perl)))