3
0
Fork 0
forked from mirrors/nixpkgs

kdepim-runtime: fix mailindexer eating 100% CPU

svn path=/nixpkgs/trunk/; revision=32271
This commit is contained in:
Yury G. Kudryashov 2012-02-14 14:29:22 +00:00
parent ba4e2e775a
commit 5d70cfcb25

View file

@ -5,6 +5,13 @@ kde {
buildInputs = [ kdepimlibs akonadi boost shared_desktop_ontologies libxml2
libxslt ];
patches = map fetchurl [ {
# See https://bugs.kde.org/show_bug.cgi?id=289932
url = "http://bugsfiles.kde.org/attachment.cgi?id=68763";
name = "delays-in-nepomuk-indexing.patch";
sha256 = "0j3ndqwvi4bg789jb0wqsh2zpwi1gwdyng9gdmng189dx409jf85";
} ];
meta = {
description = "KDE PIM runtime";
license = "GPL";