[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: chez-scheme: Remove arm support.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: chez-scheme: Remove arm support. |
Date: |
Tue, 20 Sep 2016 19:04:46 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit c84253f7573edb02a02636899df6be5c98973882
Author: Efraim Flashner <address@hidden>
Date: Tue Sep 20 21:57:15 2016 +0300
gnu: chez-scheme: Remove arm support.
* gnu/packages/scheme.scm (chez-scheme)[supported-systems]: Remove arm.
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 4fb0614..9597473 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -734,8 +734,8 @@ threads.")
"/" name ".boot")))
(find-files lib "scheme.boot"))
#t))))))
- ;; According to the documentation MIPS is not supported.
- (supported-systems (delete "mips64el-linux" %supported-systems))
+ ;; According to the documentation MIPS and ARM are not supported.
+ (supported-systems '("x86_64-linux" "i686-linux"))
(home-page "http://www.scheme.com")
(synopsis "R6RS Scheme compiler and run-time")
(description