mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: m2-planet: Fix supported systems.
* gnu/packages/mes.scm (m2-planet)[supported-systems]: Remove unsupported architecture riscv32-linux. Change-Id: I63b4c826e4c907c771adfe55e0c2e8756fdecbcc
This commit is contained in:
parent
e73154daf6
commit
2eb7cc2677
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ (define-public m2-planet
|
|||
(build-system gnu-build-system)
|
||||
(supported-systems '("i686-linux" "x86_64-linux"
|
||||
"armhf-linux" "aarch64-linux"
|
||||
"riscv32-linux" "riscv64-linux"))
|
||||
"riscv64-linux"))
|
||||
(arguments
|
||||
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
,(string-append "CC=" (cc-for-target)))
|
||||
|
|
Loading…
Reference in a new issue