mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 6 additions and 0 deletions
|
@ -3641,6 +3641,12 @@ (define-public totem
|
||||||
(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 a new issue