guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Revert "gnu: mozjs: Mark as unsupported on mips64el-linux."


From: Mark H. Weaver
Subject: 01/01: Revert "gnu: mozjs: Mark as unsupported on mips64el-linux."
Date: Wed, 20 May 2015 18:02:44 +0000

mhw pushed a commit to branch master
in repository guix.

commit 87158e851ffc9a256350780c31266d680dba7a18
Author: Mark H Weaver <address@hidden>
Date:   Wed May 20 14:02:12 2015 -0400

    Revert "gnu: mozjs: Mark as unsupported on mips64el-linux."
    
    This reverts commit 4bfeb0ca74fca75febe62b8e059b0c5a6ddd622f.
---
 gnu/packages/gnuzilla.scm |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 0207bcb..4410c5b 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -85,12 +85,7 @@
     (synopsis "Mozilla javascript engine")
     (description "SpiderMonkey is Mozilla's JavaScript engine written
 in C/C++.")
-    (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))))
+    (license license:mpl2.0))) ; and others for some files
 
 (define-public nspr
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]