summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2017-11-13 07:47:23 -0500
committerKei Kebreau <kkebreau@posteo.net>2017-11-13 07:47:23 -0500
commit62f0806f4c16754cc1fbe0c326b90ecd3de0e392 (patch)
treea70b7fc6a9bb9bce94089d48614f8c5efe14b9bd /gnu/packages/gnome.scm
parenta0fea77dbb028c11f1d47813617ce45e38c9e233 (diff)
downloadpatches-62f0806f4c16754cc1fbe0c326b90ecd3de0e392.tar
patches-62f0806f4c16754cc1fbe0c326b90ecd3de0e392.tar.gz
Revert "gnu: totem: Enable parallel build."
This reverts commit e5f748a6c0c774265f52c7246ee7b80bec6d3522.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4aca01288c..d10c31d7c0 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"