mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
d12c4452a4
commit
d9e2ee3e99
1 changed files with 1 additions and 2 deletions
|
@ -437,8 +437,7 @@ from forcing GEXP-PROMISE."
|
||||||
;;
|
;;
|
||||||
;; XXX: MIPS is unavailable in CI:
|
;; XXX: MIPS is unavailable in CI:
|
||||||
;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>.
|
;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>.
|
||||||
(fold delete %supported-systems '("mips64el-linux" "powerpc-linux"
|
(fold delete %supported-systems '("mips64el-linux" "powerpc-linux")))
|
||||||
"x86_64-gnu")))
|
|
||||||
|
|
||||||
(define (maybe-add-input-labels inputs)
|
(define (maybe-add-input-labels inputs)
|
||||||
"Add labels to INPUTS unless it already has them."
|
"Add labels to INPUTS unless it already has them."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue