kdepim-4.4.5: don't build kleopatra

It doesn't compile with new boost. If someone cares, find a patch in KDE SVN history.

svn path=/nixpkgs/trunk/; revision=23239
This commit is contained in:
Yury G. Kudryashov 2010-08-18 22:52:59 +00:00
parent 0b8bd11ce3
commit 59e4742a6a

View File

@ -9,6 +9,7 @@ stdenv.mkDerivation {
sha256 = "0n95wjk1ly7zfn9wv589a9hrc0r7wvik7jrvsgimnxr0rapxk3bp";
};
builder = ./builder.sh;
cmakeFlags = "-DBUILD_kleopatra=OFF"; # doesn't build with new boost
buildInputs = [ cmake qt4 perl boost gpgme stdenv.gcc.libc libassuan libgpgerror libxslt
shared_mime_info libXScrnSaver
kdelibs kdepimlibs automoc4 phonon akonadi strigi soprano qca2 ];