9fee9c7be4
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
6 lines
97 B
Bash
Executable file
6 lines
97 B
Bash
Executable file
addKDEDIRS()
|
|
{
|
|
addToSearchPath KDEDIRS /share/kde4 /. $1
|
|
}
|
|
envHooks=(${envHooks[@]} addKDEDIRS)
|