guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/34: gnu: automake: Remove unnecessary conditional.


From: guix-commits
Subject: 18/34: gnu: automake: Remove unnecessary conditional.
Date: Sat, 22 May 2021 11:16:31 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5d3ac92cc738b069bd45eca4b0aec6deab5f17cc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 11:35:40 2021 +0200

    gnu: automake: Remove unnecessary conditional.
    
    * gnu/packages/autotools.scm (automake)[inputs]: Add all unconditionally.
---
 gnu/packages/autotools.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index e993509..cdd7425 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]