gnu: mit-scheme: Restrict to non-MIPS systems.
* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: New field.master
parent
4e097f8606
commit
75af27f764
|
@ -118,6 +118,10 @@
|
||||||
(_
|
(_
|
||||||
(base32
|
(base32
|
||||||
"0w5ib5vsidihb4hb6fma3sp596ykr8izagm57axvgd6lqzwicsjg"))))))))
|
"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/")
|
(home-page "http://www.gnu.org/software/mit-scheme/")
|
||||||
(synopsis "Scheme implementation with integrated editor and debugger")
|
(synopsis "Scheme implementation with integrated editor and debugger")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue