From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Van Ymeren Subject: bug#28813: [PATCH] gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813 Date: Fri, 13 Oct 2017 12:40:50 -0400 Message-ID: <87efq79etx.fsf@vany.ca> References: <87lgkf9hgy.fsf@vany.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3366-0003jF-5c for bug-guix@gnu.org; Fri, 13 Oct 2017 12:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3362-0005pC-9Y for bug-guix@gnu.org; Fri, 13 Oct 2017 12:46:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57885) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3362-0005p0-5c for bug-guix@gnu.org; Fri, 13 Oct 2017 12:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e3361-0006SF-Uq for bug-guix@gnu.org; Fri, 13 Oct 2017 12:46:01 -0400 In-Reply-To: <87lgkf9hgy.fsf@vany.ca> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 28813@debbugs.gnu.org --- gnu/packages/gnome.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1ceba162b..031b30426 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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" -- 2.14.1