From 1496bb5c102bee51c3ab4d0b9ec750f652f2c1fd Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 16 May 2021 11:33:32 +0200 Subject: gnu: autoconf: Remove unnecessary conditional. * gnu/packages/autotools.scm (autoconf-2.69)[inputs]: Add all unconditionally. --- gnu/packages/autotools.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 8c593c5208..e9935099e3 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -59,12 +59,9 @@ (define-public autoconf-2.69 "113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4")))) (build-system gnu-build-system) (inputs - ;; TODO: remove `if' in the next rebuild cycle. - (if (%current-target-system) - `(("bash" ,bash-minimal) - ("perl" ,perl) - ("m4" ,m4)) - '())) + `(("bash" ,bash-minimal) + ("perl" ,perl) + ("m4" ,m4))) (native-inputs `(("perl" ,perl) ("m4" ,m4))) -- cgit v1.2.3