mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: totem: Disable automatic plugin installation.
* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
5058bf5684
commit
ec5c24f9a8
1 changed files with 5 additions and 1 deletions
|
@ -3493,7 +3493,11 @@ (define-public totem
|
|||
("nettle" ,nettle)
|
||||
("vala" ,vala)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(;; Disable automatic GStreamer plugin installation via PackageKit and
|
||||
;; all that.
|
||||
#:configure-flags '("--disable-easy-codec-installation")
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
'install 'wrap-totem
|
||||
|
|
Loading…
Reference in a new issue