tauno-monitor: add passthru.updateScript

This commit is contained in:
Pascal Dietrich
2026-04-13 22:51:26 +02:00
parent 19967f20e1
commit 01f5807662
@@ -10,6 +10,7 @@
gobject-introspection,
wrapGAppsHook4,
libadwaita,
nix-update-script,
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tauno-monitor";
@@ -46,6 +47,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Simple serial port monitor";
homepage = "https://github.com/taunoe/tauno-monitor";