guix-commits
[Top][All Lists]
Advanced

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

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


From: Kei Kebreau
Subject: 01/01: gnu: totem: Enable parallel build.
Date: Wed, 8 Nov 2017 20:46:29 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit e5f748a6c0c774265f52c7246ee7b80bec6d3522
Author: Kei Kebreau <address@hidden>
Date:   Wed Nov 8 20:42:20 2017 -0500

    gnu: totem: Enable parallel build.
    
    * gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t
    implicitly.
---
 gnu/packages/gnome.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1584943..ea8a5ba 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3637,12 +3637,6 @@ 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]