nixpkgs/pkgs/desktops/kde-4.4/base-workspace/builder.sh
Sander van der Burg 6eb2cc674a Patches the python modules path of kdebase-workspace to compile with kdebindings again
svn path=/nixpkgs/trunk/; revision=19992
2010-02-14 21:19:45 +00:00

9 lines
210 B
Bash

source $stdenv/setup
myPatchPhase()
{
sed -i -e "s|\${PYTHON_SITE_PACKAGES_DIR}|$out/lib/python2.6/site-packages|" plasma/generic/scriptengines/python/CMakeLists.txt
}
patchPhase=myPatchPhase
genericBuild