diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2017-11-08 20:42:20 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2017-11-08 20:43:40 -0500 |
commit | e5f748a6c0c774265f52c7246ee7b80bec6d3522 (patch) | |
tree | 03e8d55fca4f8fc660cb61ee7bbe20cb47a655cf /gnu/packages/gnome.scm | |
parent | 8f220b7b41f47d1a8d1c60366bde4415b59de9f8 (diff) | |
download | guix-e5f748a6c0c774265f52c7246ee7b80bec6d3522.tar guix-e5f748a6c0c774265f52c7246ee7b80bec6d3522.tar.gz |
gnu: totem: Enable parallel build.
* gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t
implicitly.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 0 insertions, 6 deletions
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" |