Changed DBUS module prefix of KDE PIM runtime, so that it won't complain when it is installed

svn path=/nixpkgs/trunk/; revision=17625
This commit is contained in:
Sander van der Burg 2009-10-03 12:25:27 +00:00
parent 6437240b8e
commit a23bcc282d

View file

@ -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;