From 8359a5f1872dd0e05d21c20181e978028fe7c047 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 17 May 2020 14:13:42 +0200 Subject: 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(-) (limited to 'gnu/packages/autotools.scm') diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 775576ff5d..5c60154e7f 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 -- cgit v1.2.3