mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Added builder script for kdesdk
svn path=/nixpkgs/trunk/; revision=14492
This commit is contained in:
parent
f1203df6b5
commit
6529b6d14f
1 changed files with 8 additions and 0 deletions
8
pkgs/desktops/kde-4.2/sdk/builder.sh
Normal file
8
pkgs/desktops/kde-4.2/sdk/builder.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
source $stdenv/setup
|
||||
|
||||
myPatchPhase()
|
||||
{
|
||||
sed -i -e "s|\${SVN_INCLUDES}|\${SVN_INCLUDES} $aprutil/include/apr-1|" kioslave/svn/CMakeLists.txt
|
||||
}
|
||||
patchPhase=myPatchPhase
|
||||
genericBuild
|
Loading…
Reference in a new issue