diff --git a/guix/packages.scm b/guix/packages.scm index 18ab23e0aa6..1d5986c5f42 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -438,7 +438,7 @@ from forcing GEXP-PROMISE." ;; XXX: MIPS is unavailable in CI: ;; . (fold delete %supported-systems '("mips64el-linux" "powerpc-linux" - "riscv64-linux" "x86_64-gnu"))) + "x86_64-gnu"))) (define (maybe-add-input-labels inputs) "Add labels to INPUTS unless it already has them."