gnu: totem: Disable automatic plugin installation.
* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
5058bf5684
commit
ec5c24f9a8
|
@ -3493,7 +3493,11 @@ for application developers.")
|
||||||
("nettle" ,nettle)
|
("nettle" ,nettle)
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(;; Disable automatic GStreamer plugin installation via PackageKit and
|
||||||
|
;; all that.
|
||||||
|
#:configure-flags '("--disable-easy-codec-installation")
|
||||||
|
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after
|
||||||
'install 'wrap-totem
|
'install 'wrap-totem
|
||||||
|
|
Loading…
Reference in New Issue