distro: Fix incorrect "bash" input for gcc-boot0-wrapped.

* distro/packages/base.scm (gcc-boot0-wrapped): Fix incorrect "bash" input.
This commit is contained in:
Ludovic Courtès 2012-12-14 18:04:27 +01:00
parent 9d1d434cd0
commit 7f131cf368

View file

@ -803,7 +803,7 @@ (define gcc-boot0-wrapped
`(("binutils" ,binutils-boot0)
("gcc" ,gcc-boot0)
("libc" ,glibc-final)
("bash" ,(assoc-ref %boot1-inputs "bash"))))
,(assoc "bash" %boot1-inputs)))
(inputs '())))
(define %boot2-inputs