2024-02-29 20:09:43 +00:00
|
|
|
{
|
|
|
|
mkKdeDerivation,
|
|
|
|
qtdeclarative,
|
|
|
|
lmdb,
|
|
|
|
}:
|
|
|
|
mkKdeDerivation {
|
|
|
|
pname = "baloo";
|
|
|
|
|
2024-04-21 15:54:59 +00:00
|
|
|
# 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
|
|
|
|
'';
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
extraBuildInputs = [qtdeclarative lmdb];
|
|
|
|
}
|