guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: autoconf-wrapper: Use 'bash-minimal'.


From: guix-commits
Subject: 03/04: gnu: autoconf-wrapper: Use 'bash-minimal'.
Date: Sun, 17 May 2020 08:15:24 -0400 (EDT)

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

commit 8359a5f1872dd0e05d21c20181e978028fe7c047
Author: Marius Bakke <address@hidden>
AuthorDate: Sun May 17 14:13:42 2020 +0200

    gnu: autoconf-wrapper: Use 'bash-minimal'.
    
    * gnu/packages/autotools.scm (make-autoconf-wrapper)[inputs]: Change from 
BASH
    to BASH-MINIMAL.
---
 gnu/packages/autotools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 775576f..5c60154 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -171,7 +171,7 @@ files with a system-specific shebang."
                ,(module-ref (resolve-interface '(gnu packages guile))
                             'guile-2.0))
               ("autoconf" ,autoconf)
-              ("bash" ,bash)))
+              ("bash" ,bash-minimal)))
     (arguments
      '(#:modules ((guix build utils))
        #:builder



reply via email to

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