1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <ludo@gnu.org>
This commit is contained in:
Yelninei
2025-09-08 13:39:35 +00:00
committed by Ludovic Courtès
parent d12c4452a4
commit d9e2ee3e99

View File

@@ -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."