efraim pushed a commit to branch wip-riscv-bootstrap in repository guix. commit 2cbecc7e456bb633d10856ec50257abe0f056226 Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Mon Oct 21 15:06:35 2024 +0300
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 --- gnu/packages/commencement.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 28e5138f39..e1c1458f76 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -2880,7 +2880,7 @@ exec " gcc "/bin/" program (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)