waycorner: add missing updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user