From 7491edafdbfdf1e2195789e47f6c0379fd039c70 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 28 Oct 2014 10:29:36 +0100 Subject: gnu: mit-scheme: Fix typo in 'supported-systems'. * gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Correct spelling of "mips64el-linux". --- gnu/packages/scheme.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 40ea5b930c..58740e5e21 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -120,7 +120,7 @@ "0w5ib5vsidihb4hb6fma3sp596ykr8izagm57axvgd6lqzwicsjg")))))))) ;; Fails to build on MIPS, see . - (supported-systems (delete "mipsel64-linux" %supported-systems)) + (supported-systems (delete "mips64el-linux" %supported-systems)) (home-page "http://www.gnu.org/software/mit-scheme/") (synopsis "Scheme implementation with integrated editor and debugger") -- cgit v1.2.3