1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

kde-runtime-4.7: don't use ntrack as it causes kded4 to consume 100% CPU

svn path=/nixpkgs/trunk/; revision=28654
This commit is contained in:
Yury G. Kudryashov 2011-08-18 12:52:35 +00:00
parent c6458b5269
commit 25461a3939

View file

@ -1,11 +1,13 @@
{ kde, kdelibs, shared_desktop_ontologies, bzip2, xz, libssh, exiv2, attica,
libcanberra, virtuoso, makeWrapper, samba, ntrack
libcanberra, virtuoso, makeWrapper, samba
}:
# TODO: Re-enable ntrack once it is fixed upstream
kde {
buildInputs =
[ kdelibs shared_desktop_ontologies bzip2 xz libssh exiv2 attica virtuoso
makeWrapper samba ntrack (libcanberra.override { gtk = null; })
makeWrapper samba (libcanberra.override { gtk = null; })
];
# Copied from kde45, Nepomuk needs it.