summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2025-09-08 13:39:35 +0000
committerLudovic Courtès <ludo@gnu.org>2025-09-23 11:13:22 +0200
commitd9e2ee3e99475cfa5caa7c9ee7f2f54e3f71215f (patch)
tree48faf04171bb7269dd838625f6c6a827acf0f80a
parentd12c4452a49b355369636de1dfc766b5bad6437b (diff)
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>
-rw-r--r--guix/packages.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/packages.scm b/guix/packages.scm
index 0e1ef541d94..272cb999154 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."