me
/
guix
Archived
1
0
Fork 0

gnu: automake: Remove unnecessary conditional.

* gnu/packages/autotools.scm (automake)[inputs]: Add all unconditionally.
master
Marius Bakke 2021-05-16 11:35:40 +02:00
parent 1496bb5c10
commit 5d3ac92cc7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 6 deletions

View File

@ -329,12 +329,9 @@ output is indexed in many ways to simplify browsing.")
(search-patches "automake-skip-amhello-tests.patch"))))
(build-system gnu-build-system)
(inputs
;; TODO: remove `if' in the next rebuild cycle.
(if (%current-target-system)
`(("autoconf" ,autoconf-wrapper)
("bash" ,bash-minimal)
("perl" ,perl))
'()))
`(("autoconf" ,autoconf-wrapper)
("bash" ,bash-minimal)
("perl" ,perl)))
(native-inputs
`(("autoconf" ,autoconf-wrapper)
("perl" ,perl)))