gnu: autoconf: Remove unnecessary conditional.

* gnu/packages/autotools.scm (autoconf-2.69)[inputs]: Add all
unconditionally.
This commit is contained in:
Marius Bakke 2021-05-16 11:33:32 +02:00
parent b08d989045
commit 1496bb5c10
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)))