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 <ludo@gnu.org>
This commit is contained in:
Adam Van Ymeren 2017-10-13 12:40:50 -04:00 committed by Ludovic Courtès
parent 8e2ae7ee29
commit a97bfa46cd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3641,6 +3641,12 @@ (define-public totem
(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"