waycorner: add missing updateScript

This commit is contained in:
jacekpoz
2024-10-20 09:20:09 +02:00
committed by Pascal Bach
parent 88d3f02d30
commit 64d3fc6e4f
+3
View File
@@ -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";