~ruther/guix-local

75af27f7645049a321c6856ce36c2cba9e046c4b — Ludovic Courtès 11 years ago 4e097f8
gnu: mit-scheme: Restrict to non-MIPS systems.

* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: New field.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/scheme.scm
M gnu/packages/scheme.scm => gnu/packages/scheme.scm +4 -0
@@ 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