[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: mozjs: Mark as unsupported on mips64el-linux.
From: |
Ludovic Courtès |
Subject: |
01/03: gnu: mozjs: Mark as unsupported on mips64el-linux. |
Date: |
Tue, 05 May 2015 20:06:00 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 4bfeb0ca74fca75febe62b8e059b0c5a6ddd622f
Author: Ludovic Courtès <address@hidden>
Date: Tue May 5 21:39:18 2015 +0200
gnu: mozjs: Mark as unsupported on mips64el-linux.
* gnu/packages/gnuzilla.scm (mozjs)[supported-systems]: New field.
---
gnu/packages/gnuzilla.scm | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 522404f..8031a6c 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -85,7 +85,12 @@
(synopsis "Mozilla javascript engine")
(description "SpiderMonkey is Mozilla's JavaScript engine written
in C/C++.")
- (license license:mpl2.0))) ; and others for some files
+ (license license:mpl2.0) ;and others for some files
+
+ ;; On mips64el, this fails to build with several "control reaches end of
+ ;; non-void function" errors (see
+ ;; <http://hydra.gnu.org/build/407741/nixlog/3/raw>.)
+ (supported-systems (delete "mips64el-linux" %supported-systems))))
(define-public nspr
(package