mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: automake: Remove unnecessary conditional.
* gnu/packages/autotools.scm (automake)[inputs]: Add all unconditionally.
This commit is contained in:
parent
1496bb5c10
commit
5d3ac92cc7
1 changed files with 3 additions and 6 deletions
|
@ -329,12 +329,9 @@ output is indexed in many ways to simplify browsing.")
|
||||||
(search-patches "automake-skip-amhello-tests.patch"))))
|
(search-patches "automake-skip-amhello-tests.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO: remove `if' in the next rebuild cycle.
|
|
||||||
(if (%current-target-system)
|
|
||||||
`(("autoconf" ,autoconf-wrapper)
|
`(("autoconf" ,autoconf-wrapper)
|
||||||
("bash" ,bash-minimal)
|
("bash" ,bash-minimal)
|
||||||
("perl" ,perl))
|
("perl" ,perl)))
|
||||||
'()))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf-wrapper)
|
`(("autoconf" ,autoconf-wrapper)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue