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
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ exec ~a/bin/~a-gcc -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
`(("binutils" ,binutils-boot0) `(("binutils" ,binutils-boot0)
("gcc" ,gcc-boot0) ("gcc" ,gcc-boot0)
("libc" ,glibc-final) ("libc" ,glibc-final)
("bash" ,(assoc-ref %boot1-inputs "bash")))) ,(assoc "bash" %boot1-inputs)))
(inputs '()))) (inputs '())))
(define %boot2-inputs (define %boot2-inputs