guix-commits
[Top][All Lists]
Advanced

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

04/04: system: Define 'GST_PLUGIN_PATH' in /etc/profile.


From: Ludovic Courtès
Subject: 04/04: system: Define 'GST_PLUGIN_PATH' in /etc/profile.
Date: Thu, 15 Oct 2015 21:12:08 +0000

civodul pushed a commit to branch master
in repository guix.

commit 4af7c83bc7010b23735c40e074c7d581dad8212e
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 15 23:06:20 2015 +0200

    system: Define 'GST_PLUGIN_PATH' in /etc/profile.
    
    * gnu/system.scm (operating-system-etc-service)[profile]: Add
      'GST_PLUGIN_PATH' definition.
---
 gnu/system.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index b32d26b..aa76882 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -474,6 +474,9 @@ export DBUS_FATAL_WARNINGS=0
 # Allow Aspell to find dictionaries installed in the user profile.
 export ASPELL_CONF=\"dict-dir $HOME/.guix-profile/lib/aspell\"
 
+# 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.



reply via email to

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