gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
Fixes <http://bugs.gnu.org/28813>. * gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8e2ae7ee29
commit
a97bfa46cd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue