summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/desktops/kde-4.3/pim-runtime/builder.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.3/pim-runtime/builder.sh b/pkgs/desktops/kde-4.3/pim-runtime/builder.sh
new file mode 100644
index 000000000000..02848d64669a
--- /dev/null
+++ b/pkgs/desktops/kde-4.3/pim-runtime/builder.sh
@@ -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