guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap in repository guix.
commit 23c3eaec71335a32f1d8aa3f03f21d45f7876d5a Author: Efraim Flashner <[email protected]> AuthorDate: Wed Sep 25 10:05:52 2024 +0300 gnu: gzip-mesboot: Allow building on all systems. * gnu/packages/commencement.scm (gzip-mesboot) [supported-systems]: Remove field. Change-Id: I3648113e44df1052e0a6581cd414284f7de4e71e --- gnu/packages/commencement.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 3b5f009f4b..0bd5d2b982 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -630,7 +630,6 @@ MesCC-Tools), and finally M2-Planet.") (sha256 (base32 "1rhgk2vvmdvnn6vygf0dja92ryyng00knl0kz5srb77k2kryjb2d")))) - (supported-systems '("i686-linux" "x86_64-linux")) (inputs '()) (propagated-inputs '()) (native-inputs `(("tcc" ,tcc-boot0)
