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:
Mark H Weaver 2014-08-20 01:44:50 -04:00
parent 785c33e3af
commit cba95006a6

View file

@ -121,11 +121,7 @@ (define-public guile-2.0
(native-inputs `(("pkgconfig" ,pkg-config)))
(inputs `(("libffi" ,libffi)
("readline" ,readline)
;; TODO: On next core-updates, make Bash input unconditional.
,@(if (%current-target-system)
`(("bash" ,bash))
'())))
("bash" ,bash)))
(propagated-inputs
`( ;; These ones aren't normally needed here, but since `libguile-2.0.la'