guix-commits
[Top][All Lists]
Advanced

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

03/63: gnu: mozjs: Disable parallel build.


From: Mark H. Weaver
Subject: 03/63: gnu: mozjs: Disable parallel build.
Date: Thu, 4 Aug 2016 07:44:54 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit d778fa5ff6f4a860919eaf13db3f84cfc68cbee8
Author: Leo Famulari <address@hidden>
Date:   Fri Jul 22 17:40:01 2016 -0400

    gnu: mozjs: Disable parallel build.
    
    * gnu/packages/gnuzilla.scm (mozjs)[arguments]: Add
    '#:parallel-build? #f'.
---
 gnu/packages/gnuzilla.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index a189782..506ab98 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -76,7 +76,10 @@
       `(("perl" ,perl)
         ("python" ,python-2)))
     (arguments
-      `(#:phases
+      `(;; XXX: parallel build fails, lacking:
+        ;;   mkdir -p "system_wrapper_js/"
+        #:parallel-build? #f
+        #:phases
           (alist-cons-before
            'configure 'chdir
            (lambda _



reply via email to

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