gnu: chez-scheme: Remove arm support.
* gnu/packages/scheme.scm (chez-scheme)[supported-systems]: Remove arm.
This commit is contained in:
parent
22037a327a
commit
c84253f757
|
@ -734,8 +734,8 @@ threads.")
|
||||||
"/" name ".boot")))
|
"/" name ".boot")))
|
||||||
(find-files lib "scheme.boot"))
|
(find-files lib "scheme.boot"))
|
||||||
#t))))))
|
#t))))))
|
||||||
;; According to the documentation MIPS is not supported.
|
;; According to the documentation MIPS and ARM are not supported.
|
||||||
(supported-systems (delete "mips64el-linux" %supported-systems))
|
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||||
(home-page "http://www.scheme.com")
|
(home-page "http://www.scheme.com")
|
||||||
(synopsis "R6RS Scheme compiler and run-time")
|
(synopsis "R6RS Scheme compiler and run-time")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue