···25 outputs = [ "out" "dev" ];
26 propagatedBuildInputs = [ kcoreaddons kfilemetadata qtbase ];
2728- # baloo suffers from issues when running on btrfs as well as with certain LVM/dm-crypt setups
29- # where the device id will change on reboot causing baloo to reindex all the files and then having
30- # duplicate files. A patch has been proposed that addresses this, which has not been accepted yet.
31- # However, without this patch, people tend to disable baloo rather than dealing with the constant
32- # reindexing.
33- #
34- # https://bugs.kde.org/show_bug.cgi?id=402154
35- patches = [
36- (fetchpatch {
37- url = "https://bugsfiles.kde.org/attachment.cgi?id=159031";
38- hash = "sha256-hCtNXUpRhIP94f7gpwTGWWh1h/7JRRJaRASIwHWQjnY=";
39- name = "use_fsid.patch";
40- })
41- ];
42-43 # kde-baloo.service uses `ExecCondition=@KDE_INSTALL_FULL_BINDIR@/kde-systemd-start-condition ...`
44 # which comes from the "plasma-workspace" derivation, but KDE_INSTALL_* all point at the "baloo" one
45 # (`${lib.getBin pkgs.plasma-workspace}` would cause infinite recursion)
···25 outputs = [ "out" "dev" ];
26 propagatedBuildInputs = [ kcoreaddons kfilemetadata qtbase ];
2700000000000000028 # kde-baloo.service uses `ExecCondition=@KDE_INSTALL_FULL_BINDIR@/kde-systemd-start-condition ...`
29 # which comes from the "plasma-workspace" derivation, but KDE_INSTALL_* all point at the "baloo" one
30 # (`${lib.getBin pkgs.plasma-workspace}` would cause infinite recursion)