vicinae: minor fixes (#473189)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
abseil-cpp,
|
||||
cmake,
|
||||
cmark-gfm,
|
||||
coreutils,
|
||||
fetchFromGitHub,
|
||||
fetchNpmDeps,
|
||||
kdePackages,
|
||||
@@ -92,10 +93,15 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
||||
}"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace $out/share/systemd/user/vicinae.service \
|
||||
--replace-fail "/bin/kill" "${lib.getExe' coreutils "kill"}"
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = {
|
||||
description = "A focused launcher for your desktop — native, fast, extensible";
|
||||
description = "Native, fast, extensible launcher for the desktop";
|
||||
homepage = "https://github.com/vicinaehq/vicinae";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
||||
Reference in New Issue
Block a user