1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02: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:
Jan (janneke) Nieuwenhuizen
2021-03-14 17:32:01 +01:00
parent 7982adb40a
commit 7327295462

View File

@@ -202,8 +202,7 @@ Guile.")
(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)))