gnu: guile-bash: Add dependency on the "full" Bash.
Fixes a regression introduced in
704243e0c6
.
* gnu/packages/guile.scm (guile-bash)[native-inputs]: Add BASH.
This commit is contained in:
parent
47ce813f7d
commit
b7158b767b
|
@ -1698,7 +1698,11 @@ dictionary and suggesting spelling corrections.")
|
|||
("automake" ,automake)
|
||||
("libtool" ,libtool)
|
||||
;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
|
||||
("gettext" ,gettext-minimal)))
|
||||
("gettext" ,gettext-minimal)
|
||||
|
||||
;; Bash with loadable module support, for the test
|
||||
;; suite.
|
||||
("bash-full" ,bash)))
|
||||
(inputs `(("guile" ,guile-2.0)
|
||||
("bash:include" ,bash "include")))
|
||||
(synopsis "Extend Bash using Guile")
|
||||
|
|
Loading…
Reference in New Issue