bashrc: Initialize `GST_PLUGIN_PATH' (GStreamer's plug-in search path).

svn path=/nixos/trunk/; revision=13254
This commit is contained in:
Ludovic Courtès 2008-11-11 17:08:04 +00:00
parent 2ed34fae67
commit d7c321c64a

View File

@ -47,6 +47,9 @@ for i in $NIX_PROFILES; do # !!! reverse
export ACLOCAL_PATH="$i/share/aclocal:$ACLOCAL_PATH"
fi
export PERL5LIB="$i/lib/site_perl:$PERL5LIB"
# GStreamer.
export GST_PLUGIN_PATH="$i/lib/gstreamer-0.10:$GST_PLUGIN_PATH"
done