Fix lots of KDE functionality

svn path=/nixos/trunk/; revision=23992
This commit is contained in:
Evgeny Egorochkin 2010-09-30 05:08:33 +00:00
parent 8a37500355
commit 02f2b1f640

View file

@ -22,7 +22,7 @@ unset XDG_CONFIG_DIRS XDG_DATA_DIRS
for i in $NIX_PROFILES; do # !!! reverse
# We have to care not leaving an empty PATH element, because that means '.' to Linux
export PATH=$i/bin:$i/sbin${PATH:+:}$PATH
export PATH=$i/bin:$i/sbin:$i/lib/kde4/libexec${PATH:+:}$PATH
export INFOPATH=$i/info:$i/share/info${INFOPATH:+:}$INFOPATH
export PKG_CONFIG_PATH="$i/lib/pkgconfig${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH"