From f47638a3534c99fb8fef501c5827e9e32a6b4a2e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès 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/gprolog.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu/packages/gprolog.scm') diff --git a/gnu/packages/gprolog.scm b/gnu/packages/gprolog.scm index de323da57c..8c41bf4682 100644 --- a/gnu/packages/gprolog.scm +++ b/gnu/packages/gprolog.scm @@ -52,4 +52,7 @@ solving over finite domains. It accepts Prolog+ constraint programs and produces a compiled, native binary which can function in a stand-alone manner. It also features an interactive interpreter.") - (license (list gpl2+ lgpl3+)))) + (license (list gpl2+ lgpl3+)) + + ;; See 'configure' for the list of supported architectures. + (supported-systems (delete "mips64el-linux" %supported-systems)))) -- cgit v1.2.3