gnu: autoconf-wrapper: Use 'bash-minimal'.

* gnu/packages/autotools.scm (make-autoconf-wrapper)[inputs]: Change from BASH
to BASH-MINIMAL.
This commit is contained in:
Marius Bakke 2020-05-17 14:13:42 +02:00
parent ae9c5966c1
commit 8359a5f187
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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