From 4af7c83bc7010b23735c40e074c7d581dad8212e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 15 Oct 2015 23:06:20 +0200 Subject: 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 file changed, 3 insertions(+) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index b32d26bc8e..aa768824d9 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -474,6 +474,9 @@ (define* (operating-system-etc-service os) # 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. -- cgit v1.2.3