mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: %boot0-inputs: Use newly built *-boot0 packages on riscv64-linux.
* gnu/packages/commencement.scm (%boot0-inputs): Use the newly built *-boot0 packages when creating the package list on riscv64-linux. Change-Id: Id07bd5384065e6adec77fc8e00d53f08d308db48
This commit is contained in:
parent
e9b487b9a4
commit
99c3d58004
1 changed files with 1 additions and 1 deletions
|
@ -2880,7 +2880,7 @@ (define tar-boot0
|
|||
|
||||
(define (%boot0-inputs)
|
||||
`(,@(match (%current-system)
|
||||
((or "i686-linux" "x86_64-linux")
|
||||
((or "i686-linux" "x86_64-linux" "riscv64-linux")
|
||||
`(("bzip2" ,bzip2-boot0)
|
||||
("coreutils" ,coreutils-boot0)
|
||||
("gawk" ,gawk-boot0)
|
||||
|
|
Loading…
Reference in a new issue