gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
authorAdam Van Ymeren <adam@vany.ca>
Fri, 13 Oct 2017 16:40:50 +0000 (12:40 -0400)
committerLudovic Courtès <ludo@gnu.org>
Mon, 16 Oct 2017 12:57:54 +0000 (14:57 +0200)
Fixes <http://bugs.gnu.org/28813>.

* gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/gnome.scm

index 292113b..e7869ac 100644 (file)
@@ -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"