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:
parent
9d1d434cd0
commit
7f131cf368
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue