waycheck: add updateScript

This commit is contained in:
Gavin John
2024-09-09 16:25:26 -07:00
parent 9c622eb91d
commit e39e305b25

View File

@@ -9,6 +9,7 @@
wayland,
glib,
wrapGAppsHook3,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -49,6 +50,8 @@ stdenv.mkDerivation (finalAttrs: {
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Simple GUI that displays the protocols implemented by a Wayland compositor";
homepage = "https://gitlab.freedesktop.org/serebit/waycheck";