From ec5c24f9a8421172a0cf9133d512014b31815a76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Tue, 18 Jul 2017 22:46:47 +0200
Subject: [PATCH] gnu: totem: Disable automatic plugin installation.

* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags.
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c753b297d1..c959d54da6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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