guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: totem: Disable automatic plugin installation.


From: Ludovic Courtès
Subject: 03/03: gnu: totem: Disable automatic plugin installation.
Date: Tue, 18 Jul 2017 16:55:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ec5c24f9a8421172a0cf9133d512014b31815a76
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 18 22:46:47 2017 +0200

    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 c753b29..c959d54 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]