Commit 64d3fc6e authored by jacekpoz's avatar jacekpoz Committed by Pascal Bach
Browse files

waycorner: add missing updateScript

parent 88d3f02d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  pkg-config,
  fetchFromGitHub,
  wayland,
  gitUpdater,
}:
rustPlatform.buildRustPackage rec {
  pname = "waycorner";
@@ -30,6 +31,8 @@ rustPlatform.buildRustPackage rec {
      --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ wayland ]}
  '';

  passthru.updateScript = gitUpdater { };

  meta = {
    description = "Hot corners for Wayland";
    mainProgram = "waycorner";