1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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