guix-devel
[Top][All Lists]
Advanced

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

[PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.


From: David Craven
Subject: [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.
Date: Mon, 18 Jul 2016 18:55:43 +0200

* gnu/system.scm (operating-system-etc-service): Remove "export" for
'GST_PLUGIN_PATH'.
---
 gnu/system.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 476720b..fe62c3e 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -433,9 +433,6 @@ fi
 # See <http://bugs.gnu.org/22650>.
 umask 022
 
-# Allow GStreamer-based applications to find plugins.
-export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\"
-
 if [ -n \"$BASH_VERSION\" -a -f /etc/bashrc ]
 then
   # Load Bash-specific initialization code.
-- 
2.9.0



reply via email to

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