guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qt: Disable parallel build.


From: ???
Subject: 01/01: gnu: qt: Disable parallel build.
Date: Fri, 09 Jan 2015 06:05:11 +0000

iyzsong pushed a commit to branch wip-qt
in repository guix.

commit e1e36fa00ec859df2aaaf88c6797f58136c0f0ec
Author: 宋文武 <address@hidden>
Date:   Fri Jan 9 14:01:53 2015 +0800

    gnu: qt: Disable parallel build.
    
    * gnu/packages/qt.scm (qt)[arguments]: Add #:parallel-build? #f.
---
 gnu/packages/qt.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6ff9c32..d84e34b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -157,7 +157,8 @@ webrtc/tools/e2e_quality/audio/perf")))))
        ("ruby" ,ruby)
        ("which" ,which)))
     (arguments
-     `(#:phases
+     `(#:parallel-build? #f ; failed when building qtwebengine
+       #:phases
          (alist-replace
           'configure
           (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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