gnu: totem: Enable parallel build.
* gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t implicitly.
This commit is contained in:
parent
8f220b7b41
commit
e5f748a6c0
|
@ -3637,12 +3637,6 @@ for application developers.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#: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
|
;; Disable automatic GStreamer plugin installation via PackageKit and
|
||||||
;; all that.
|
;; all that.
|
||||||
#:configure-flags '("-D" "enable-easy-codec-installation=no"
|
#:configure-flags '("-D" "enable-easy-codec-installation=no"
|
||||||
|
|
Loading…
Reference in New Issue