mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
Revert "gnu: totem: Enable parallel build."
This reverts commit e5f748a6c0
.
This commit is contained in:
parent
a0fea77dbb
commit
62f0806f4c
1 changed files with 6 additions and 0 deletions
|
@ -3639,6 +3639,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 a new issue