gnu: mit-scheme: Restrict to non-MIPS systems.

* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: New field.
This commit is contained in:
Ludovic Courtès 2014-10-06 19:34:04 +02:00
parent 4e097f8606
commit 75af27f764

View File

@ -118,6 +118,10 @@
(_
(base32
"0w5ib5vsidihb4hb6fma3sp596ykr8izagm57axvgd6lqzwicsjg"))))))))
;; Fails to build on MIPS, see <http://bugs.gnu.org/18221>.
(supported-systems (delete "mipsel64-linux" %supported-systems))
(home-page "http://www.gnu.org/software/mit-scheme/")
(synopsis "Scheme implementation with integrated editor and debugger")
(description