guix_mirror_bot pushed a commit to branch master in repository guix. commit d9e2ee3e99475cfa5caa7c9ee7f2f54e3f71215f Author: Yelninei <yelni...@tutamail.com> AuthorDate: Mon Sep 8 13:39:35 2025 +0000
packages: Add x86_64-gnu to %cuirass-supported-systems. * guix/packages.scm (%cuirass-supported-systems): Add x86_64-gnu. Change-Id: I5aa8bcc511d3e12364a35ce8dac35965e0d9709b Signed-off-by: Ludovic Courtès <l...@gnu.org> --- guix/packages.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guix/packages.scm b/guix/packages.scm index 0e1ef541d9..272cb99915 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -437,8 +437,7 @@ from forcing GEXP-PROMISE." ;; ;; XXX: MIPS is unavailable in CI: ;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>. - (fold delete %supported-systems '("mips64el-linux" "powerpc-linux" - "x86_64-gnu"))) + (fold delete %supported-systems '("mips64el-linux" "powerpc-linux"))) (define (maybe-add-input-labels inputs) "Add labels to INPUTS unless it already has them."