gnu: totem: Disable automatic plugin installation.

* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags.
master
Ludovic Courtès 2017-07-18 22:46:47 +02:00
parent 5058bf5684
commit ec5c24f9a8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 1 deletions

View File

@ -3493,7 +3493,11 @@ for application developers.")
("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