summary refs log tree commit diff
path: root/modules/programs
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-09-30 05:08:33 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-09-30 05:08:33 +0000
commit02f2b1f64011cbcf10bb887b9a3025f971d4cfc3 (patch)
treed4700de8d8152a0e6564121c92aeaa10206f51f1 /modules/programs
parent8a3750035576265e306b7ef8a23cad46626f6a86 (diff)
downloadnixpkgs-02f2b1f64011cbcf10bb887b9a3025f971d4cfc3.tar
nixpkgs-02f2b1f64011cbcf10bb887b9a3025f971d4cfc3.tar.gz
nixpkgs-02f2b1f64011cbcf10bb887b9a3025f971d4cfc3.tar.bz2
nixpkgs-02f2b1f64011cbcf10bb887b9a3025f971d4cfc3.tar.lz
nixpkgs-02f2b1f64011cbcf10bb887b9a3025f971d4cfc3.tar.xz
nixpkgs-02f2b1f64011cbcf10bb887b9a3025f971d4cfc3.tar.zst
nixpkgs-02f2b1f64011cbcf10bb887b9a3025f971d4cfc3.zip
Fix lots of KDE functionality
svn path=/nixos/trunk/; revision=23992
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/bash/bashrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/bash/bashrc.sh b/modules/programs/bash/bashrc.sh
index d9e1c82c253..8d1e4833a2d 100644
--- a/modules/programs/bash/bashrc.sh
+++ b/modules/programs/bash/bashrc.sh
@@ -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"