gnu: autoconf: Remove unnecessary conditional.
* gnu/packages/autotools.scm (autoconf-2.69)[inputs]: Add all unconditionally.
This commit is contained in:
parent
b08d989045
commit
1496bb5c10
@ -59,12 +59,9 @@
|
|||||||
"113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4"))))
|
"113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO: remove `if' in the next rebuild cycle.
|
|
||||||
(if (%current-target-system)
|
|
||||||
`(("bash" ,bash-minimal)
|
`(("bash" ,bash-minimal)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("m4" ,m4))
|
("m4" ,m4)))
|
||||||
'()))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("m4" ,m4)))
|
("m4" ,m4)))
|
||||||
|
Loading…
Reference in New Issue
Block a user