9fee9c7be4
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
11 lines
200 B
Bash
Executable file
11 lines
200 B
Bash
Executable file
source ${stdenv}/setup
|
|
|
|
myPatchPhase()
|
|
{
|
|
# They reset CMAKE_MODULE_PATH, not adding to the existing
|
|
sed -e '3s/)/ ${CMAKE_MODULE_PATH})/' -i ../CMakeLists.txt
|
|
}
|
|
patchPhase=myPatchPhase
|
|
|
|
genericBuild
|