···2525 outputs = [ "out" "dev" ];
2626 propagatedBuildInputs = [ kcoreaddons kfilemetadata qtbase ];
27272828- # baloo suffers from issues when running on btrfs as well as with certain LVM/dm-crypt setups
2929- # where the device id will change on reboot causing baloo to reindex all the files and then having
3030- # duplicate files. A patch has been proposed that addresses this, which has not been accepted yet.
3131- # However, without this patch, people tend to disable baloo rather than dealing with the constant
3232- # reindexing.
3333- #
3434- # https://bugs.kde.org/show_bug.cgi?id=402154
3535- patches = [
3636- (fetchpatch {
3737- url = "https://bugsfiles.kde.org/attachment.cgi?id=159031";
3838- hash = "sha256-hCtNXUpRhIP94f7gpwTGWWh1h/7JRRJaRASIwHWQjnY=";
3939- name = "use_fsid.patch";
4040- })
4141- ];
4242-4328 # kde-baloo.service uses `ExecCondition=@KDE_INSTALL_FULL_BINDIR@/kde-systemd-start-condition ...`
4429 # which comes from the "plasma-workspace" derivation, but KDE_INSTALL_* all point at the "baloo" one
4530 # (`${lib.getBin pkgs.plasma-workspace}` would cause infinite recursion)
···11-WGET_ARGS=( https://download.kde.org/stable/frameworks/5.110/ -A '*.tar.xz' )
11+WGET_ARGS=( https://download.kde.org/stable/frameworks/5.111/ -A '*.tar.xz' )