mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
system: Define 'GST_PLUGIN_PATH' in /etc/profile.
* gnu/system.scm (operating-system-etc-service)[profile]: Add 'GST_PLUGIN_PATH' definition.
This commit is contained in:
parent
3d2a9c8c8e
commit
4af7c83bc7
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue