mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: mit-scheme: Restrict to non-MIPS systems.
* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: New field.
This commit is contained in:
parent
4e097f8606
commit
75af27f764
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue