summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2009-10-03 12:25:27 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2009-10-03 12:25:27 +0000
commita23bcc282d78192ed221bbecf07bb2ea45c4649e (patch)
tree9481f85208a15eadad07acd03c43db9d15fae238 /pkgs/desktops
parent6437240b8e0ea80c8c605d4579176c565be042cf (diff)
Changed DBUS module prefix of KDE PIM runtime, so that it won't complain when it is installed
svn path=/nixpkgs/trunk/; revision=17625
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-4.3/pim-runtime/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.3/pim-runtime/default.nix b/pkgs/desktops/kde-4.3/pim-runtime/default.nix
index c20f61c39516c..b4503b6d3c489 100644
--- a/pkgs/desktops/kde-4.3/pim-runtime/default.nix
+++ b/pkgs/desktops/kde-4.3/pim-runtime/default.nix
@@ -13,6 +13,7 @@ stdenv.mkDerivation {
 		  automoc4 phonon akonadi soprano strigi ];
   CMAKE_PREFIX_PATH=kdepimlibs;
   includeAllQtDirs=true;
+  builder = ./builder.sh;
   meta = {
     description = "KDE PIM runtime";
     homepage = http://www.kde.org;