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:
parent
ae9c5966c1
commit
8359a5f187
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user