gnu: chez-scheme: Remove arm support.

* gnu/packages/scheme.scm (chez-scheme)[supported-systems]: Remove arm.
This commit is contained in:
Efraim Flashner 2016-09-20 21:57:15 +03:00
parent 22037a327a
commit c84253f757
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -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