From e5f748a6c0c774265f52c7246ee7b80bec6d3522 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Wed, 8 Nov 2017 20:42:20 -0500 Subject: gnu: totem: Enable parallel build. * gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t implicitly. --- gnu/packages/gnome.scm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1584943ac2..ea8a5bad0e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3637,12 +3637,6 @@ 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