forked from mirrors/nixpkgs
* Synced with trunk @ 15370
svn path=/nixos/branches/modular-nixos/; revision=15611
This commit is contained in:
parent
1e16e6dee4
commit
48e4b8f573
|
@ -47,7 +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"
|
||||
# "lib/site_perl" is for backwards compatibility with packages
|
||||
# from Nixpkgs <= 0.12.
|
||||
export PERL5LIB="$i/lib/perl5/site_perl:$i/lib/site_perl:$PERL5LIB"
|
||||
|
||||
# GStreamer.
|
||||
export GST_PLUGIN_PATH="$i/lib/gstreamer-0.10:$GST_PLUGIN_PATH"
|
||||
|
|
Loading…
Reference in a new issue