[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mes: Remove aarch64-linux from supported-sys
From: |
guix-commits |
Subject: |
branch master updated: gnu: mes: Remove aarch64-linux from supported-systems. |
Date: |
Sun, 14 Mar 2021 12:34:19 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7327295 gnu: mes: Remove aarch64-linux from supported-systems.
7327295 is described below
commit 7327295462fccae4ee3e9bf74962c82d3445fec8
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Mar 14 17:32:01 2021 +0100
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.
---
gnu/packages/mes.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index b9b2352..b4b7bcb 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mes: Remove aarch64-linux from supported-systems.,
guix-commits <=