mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Added builder script for KDE PIM runtime
svn path=/nixpkgs/trunk/; revision=17626
This commit is contained in:
parent
a23bcc282d
commit
a9e0071c02
8
pkgs/desktops/kde-4.3/pim-runtime/builder.sh
Normal file
8
pkgs/desktops/kde-4.3/pim-runtime/builder.sh
Normal file
@ -0,0 +1,8 @@
|
||||
source $stdenv/setup
|
||||
|
||||
myPatchPhase()
|
||||
{
|
||||
sed -i -e "s|\${KDE4_DBUS_INTERFACES_DIR}|$out/share/dbus-1|" resources/maildir/CMakeLists.txt
|
||||
}
|
||||
patchPhase=myPatchPhase
|
||||
genericBuild
|
Loading…
Reference in New Issue
Block a user