From f47638a3534c99fb8fef501c5827e9e32a6b4a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 28 Oct 2014 01:14:34 +0100 Subject: gnu: Mark a few packages as unsupported on MIPS. * gnu/packages/gprolog.scm (gprolog): Add 'supported-systems' field. * gnu/packages/qemu.scm (qemu-headless): Likewise. * gnu/packages/qt.scm (qt): Likewise. * gnu/packages/scheme.scm (racket): Likewise. --- gnu/packages/scheme.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu/packages/scheme.scm') 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 . + (supported-systems (delete "mips64el-linux" %supported-systems)))) -- cgit v1.2.3