mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
packages: Add riscv64-linux to %cuirass-supported-systems.
* guix/packages.scm (%cuirass-supported-systems): Add riscv64-linux. Change-Id: I81f55613333b8aa2c3f00275cc170dc6c61d303d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4fe4cf9fdd
commit
1a0f9a3689
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,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"
|
||||
"riscv64-linux" "x86_64-gnu")))
|
||||
"x86_64-gnu")))
|
||||
|
||||
(define (maybe-add-input-labels inputs)
|
||||
"Add labels to INPUTS unless it already has them."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue