guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: totem: Enable parallel build."


From: Kei Kebreau
Subject: 01/01: Revert "gnu: totem: Enable parallel build."
Date: Mon, 13 Nov 2017 07:48:11 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 62f0806f4c16754cc1fbe0c326b90ecd3de0e392
Author: Kei Kebreau <address@hidden>
Date:   Mon Nov 13 07:47:23 2017 -0500

    Revert "gnu: totem: Enable parallel build."
    
    This reverts commit e5f748a6c0c774265f52c7246ee7b80bec6d3522.
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4aca012..d10c31d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3639,6 +3639,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]