diff options
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 8e4f6ae3ec..40ea5b930c 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -422,4 +422,8 @@ implementation techniques and as an expository tool.") R6RS) and related languages, such as Typed Racket. It features a compiler and a virtual machine with just-in-time native compilation, as well as a large set of libraries.") - (license lgpl2.0+))) + (license lgpl2.0+) + + ;; Fails to build on MIPS with "address or size is not OS PAGE ALIGNED". + ;; See <http://hydra.gnu.org/build/121775>. + (supported-systems (delete "mips64el-linux" %supported-systems)))) |