summaryrefslogtreecommitdiff
path: root/gnu/packages/scheme.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-10-06 19:34:04 +0200
committerLudovic Courtès <ludo@gnu.org>2014-10-06 19:34:27 +0200
commit75af27f7645049a321c6856ce36c2cba9e046c4b (patch)
tree54cca4304d1325e327c7c3b08f7117c0093c7415 /gnu/packages/scheme.scm
parent4e097f8606ddd911be6bc5eb43240cb7acee894d (diff)
downloadguix-patches-75af27f7645049a321c6856ce36c2cba9e046c4b.tar
guix-patches-75af27f7645049a321c6856ce36c2cba9e046c4b.tar.gz
gnu: mit-scheme: Restrict to non-MIPS systems.
* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: New field.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r--gnu/packages/scheme.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 13818ac023..c67c1e7d37 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -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