guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: totem: Disable parallel build due to http://debbugs.gnu.org/


From: Ludovic Courtès
Subject: 01/07: gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
Date: Mon, 16 Oct 2017 09:49:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a97bfa46cdb782f705204a50a10bca9fa98c56b2
Author: Adam Van Ymeren <address@hidden>
Date:   Fri Oct 13 12:40:50 2017 -0400

    gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
    
    Fixes <http://bugs.gnu.org/28813>.
    
    * gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 292113b..e7869ac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3641,6 +3641,12 @@ for application developers.")
     (arguments
      `(#:glib-or-gtk? #t
 
+       ;; Disable parallel builds until
+       ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28813 is
+       ;; fixed.  Try enabling it when updating this package in case
+       ;; upstream has fixed it.
+       #:parallel-build? #f
+
        ;; Disable automatic GStreamer plugin installation via PackageKit and
        ;; all that.
        #:configure-flags '("-D" "enable-easy-codec-installation=no"



reply via email to

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