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.
This commit is contained in:
Ludovic Courtès 2014-10-28 01:14:34 +01:00
parent 2d7bf94927
commit f47638a353
4 changed files with 19 additions and 4 deletions

View file

@ -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))))