vicinae: fix use of /bin/kill in user systemd file

Otherwise the service would quit with a 203/EXEC error when started
directly
This commit is contained in:
Leah Amelia Chen
2025-12-22 14:24:55 +08:00
parent f67ce7b1cd
commit 478d392387
+6
View File
@@ -2,6 +2,7 @@
abseil-cpp,
cmake,
cmark-gfm,
coreutils,
fetchFromGitHub,
fetchNpmDeps,
kdePackages,
@@ -92,6 +93,11 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
}"
];
postFixup = ''
substituteInPlace $out/share/systemd/user/vicinae.service \
--replace-fail "/bin/kill" "${lib.getExe' coreutils "kill"}"
'';
passthru.updateScript = ./update.sh;
meta = {