diff options
| author | Marius Bakke <marius@gnu.org> | 2021-05-16 11:35:40 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2021-05-22 17:08:14 +0200 |
| commit | 5d3ac92cc738b069bd45eca4b0aec6deab5f17cc (patch) | |
| tree | 0a04af7547c93f22438f4e1c3ed778f2510a69cb /gnu/packages/autotools.scm | |
| parent | 1496bb5c102bee51c3ab4d0b9ec750f652f2c1fd (diff) | |
gnu: automake: Remove unnecessary conditional.
* gnu/packages/autotools.scm (automake)[inputs]: Add all unconditionally.
Diffstat (limited to 'gnu/packages/autotools.scm')
| -rw-r--r-- | gnu/packages/autotools.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index e9935099e3b..cdd7425a079 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm | |||
| @@ -329,12 +329,9 @@ output is indexed in many ways to simplify browsing.") | |||
| 329 | (search-patches "automake-skip-amhello-tests.patch")))) | 329 | (search-patches "automake-skip-amhello-tests.patch")))) |
| 330 | (build-system gnu-build-system) | 330 | (build-system gnu-build-system) |
| 331 | (inputs | 331 | (inputs |
| 332 | ;; TODO: remove `if' in the next rebuild cycle. | 332 | `(("autoconf" ,autoconf-wrapper) |
| 333 | (if (%current-target-system) | 333 | ("bash" ,bash-minimal) |
| 334 | `(("autoconf" ,autoconf-wrapper) | 334 | ("perl" ,perl))) |
| 335 | ("bash" ,bash-minimal) | ||
| 336 | ("perl" ,perl)) | ||
| 337 | '())) | ||
| 338 | (native-inputs | 335 | (native-inputs |
| 339 | `(("autoconf" ,autoconf-wrapper) | 336 | `(("autoconf" ,autoconf-wrapper) |
| 340 | ("perl" ,perl))) | 337 | ("perl" ,perl))) |
