me
/
guix
Archived
1
0
Fork 0

gnu: guile-2.0: Make 'bash' an input unconditionally.

* gnu/packages/guile.scm (guile-2.0): Make 'bash' an input
  unconditionally.
master
Mark H Weaver 2014-08-20 01:44:50 -04:00
parent 785c33e3af
commit cba95006a6
1 changed files with 1 additions and 5 deletions

View File

@ -121,11 +121,7 @@ without requiring the source code to be rewritten.")
(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'