1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: mit-scheme: Fix typo in 'supported-systems'.

* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Correct
  spelling of "mips64el-linux".
This commit is contained in:
Ludovic Courtès
2014-10-28 10:29:36 +01:00
parent f15615b119
commit 7491edafdb
+1 -1
View File
@@ -120,7 +120,7 @@
"0w5ib5vsidihb4hb6fma3sp596ykr8izagm57axvgd6lqzwicsjg"))))))))
;; Fails to build on MIPS, see <http://bugs.gnu.org/18221>.
(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")