From 62f0806f4c16754cc1fbe0c326b90ecd3de0e392 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 13 Nov 2017 07:47:23 -0500 Subject: Revert "gnu: totem: Enable parallel build." This reverts commit e5f748a6c0c774265f52c7246ee7b80bec6d3522. --- gnu/packages/gnome.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnu/packages/gnome.scm') 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" -- cgit v1.2.3