mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue