me
/
guix
Archived
1
0
Fork 0

gnu: totem: Enable parallel build.

* gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t
implicitly.
master
Kei Kebreau 2017-11-08 20:42:20 -05:00
parent 8f220b7b41
commit e5f748a6c0
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 0 additions and 6 deletions

View File

@ -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"