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:
parent
c6458b5269
commit
25461a3939
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue