guix-commits
[Top][All Lists]
Advanced

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

17/34: gnu: autoconf: Remove unnecessary conditional.


From: guix-commits
Subject: 17/34: gnu: autoconf: 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 1496bb5c102bee51c3ab4d0b9ec750f652f2c1fd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 11:33:32 2021 +0200

    gnu: autoconf: Remove unnecessary conditional.
    
    * gnu/packages/autotools.scm (autoconf-2.69)[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 8c593c5..e993509 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -59,12 +59,9 @@
         "113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4"))))
     (build-system gnu-build-system)
     (inputs
-     ;; TODO: remove `if' in the next rebuild cycle.
-     (if (%current-target-system)
-         `(("bash" ,bash-minimal)
-           ("perl" ,perl)
-           ("m4" ,m4))
-         '()))
+     `(("bash" ,bash-minimal)
+       ("perl" ,perl)
+       ("m4" ,m4)))
     (native-inputs
      `(("perl" ,perl)
        ("m4" ,m4)))



reply via email to

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