Unverified Commit ee06e8c3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

vicinae: minor fixes (#473189)

parents 47272bae 656ae068
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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; [