gnu: guile-2.0: Make 'bash' an input unconditionally.
* gnu/packages/guile.scm (guile-2.0): Make 'bash' an input unconditionally.
This commit is contained in:
parent
785c33e3af
commit
cba95006a6
|
@ -121,11 +121,7 @@ without requiring the source code to be rewritten.")
|
||||||
(native-inputs `(("pkgconfig" ,pkg-config)))
|
(native-inputs `(("pkgconfig" ,pkg-config)))
|
||||||
(inputs `(("libffi" ,libffi)
|
(inputs `(("libffi" ,libffi)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
("bash" ,bash)))
|
||||||
;; TODO: On next core-updates, make Bash input unconditional.
|
|
||||||
,@(if (%current-target-system)
|
|
||||||
`(("bash" ,bash))
|
|
||||||
'())))
|
|
||||||
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`( ;; These ones aren't normally needed here, but since `libguile-2.0.la'
|
`( ;; These ones aren't normally needed here, but since `libguile-2.0.la'
|
||||||
|
|
Loading…
Reference in New Issue