diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-20 14:02:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-20 14:02:12 -0400 |
commit | 87158e851ffc9a256350780c31266d680dba7a18 (patch) | |
tree | 65d82040fd83eef9037394ba78d5552aa495804d | |
parent | b91d7f0f47cab7bb16ac14486d2e4fee8112c63c (diff) | |
download | guix-87158e851ffc9a256350780c31266d680dba7a18.tar guix-87158e851ffc9a256350780c31266d680dba7a18.tar.gz |
Revert "gnu: mozjs: Mark as unsupported on mips64el-linux."
This reverts commit 4bfeb0ca74fca75febe62b8e059b0c5a6ddd622f.
-rw-r--r-- | 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 0207bcbad2..4410c5bc43 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 |