Fix lots of KDE functionality
svn path=/nixos/trunk/; revision=23992
This commit is contained in:
parent
8a37500355
commit
02f2b1f640
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue