Merge pull request #293431 from alois31/baloo

kdePackages.baloo: fix systemd unit to actually work
This commit is contained in:
K900
2024-03-06 09:51:23 +03:00
committed by GitHub
+5
View File
@@ -6,5 +6,10 @@
mkKdeDerivation {
pname = "baloo";
# kde-systemd-start-condition is not part of baloo
postPatch = ''
substituteInPlace src/file/kde-baloo.service.in --replace-fail @KDE_INSTALL_FULL_BINDIR@/kde-systemd-start-condition /run/current-system/sw/bin/kde-systemd-start-condition
'';
extraBuildInputs = [qtdeclarative lmdb];
}