tauno-monitor: set __structuredAttrs

This commit is contained in:
Pascal Dietrich
2026-06-21 09:50:54 +02:00
parent b1cdb7273b
commit 13f9a2811d
+5 -1
View File
@@ -17,6 +17,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "0.2.20";
pyproject = false;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
@@ -45,7 +47,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
dontWrapGApps = true;
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = nix-update-script { };