mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mes: Remove aarch64-linux from supported-systems.
* gnu/packages/mes.scm (mes)[supported-systems]: Remove aarch64-linux. Thinko: mes only builds on aarch64-linux using --system=armhf-linux.
This commit is contained in:
parent
7982adb40a
commit
7327295462
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,7 @@ (define-public mes
|
|||
(sha256
|
||||
(base32
|
||||
"0mnryfkl0dwbr5gxp16j5s95gw7z1vm1fqa1pxabp0aiar1hw53s"))))
|
||||
(supported-systems '("armhf-linux" "aarch64-linux"
|
||||
"i686-linux" "x86_64-linux"))
|
||||
(supported-systems '("armhf-linux" "i686-linux" "x86_64-linux"))
|
||||
(propagated-inputs
|
||||
`(("mescc-tools" ,mescc-tools)
|
||||
("nyacc" ,nyacc-1.00.2)))
|
||||
|
|
Loading…
Reference in a new issue