python3Packages.gviz-api: enable __structuredAttrs

This commit is contained in:
Timo Gottszky
2026-06-10 16:29:57 +02:00
parent b9d39d1ee7
commit 65890f658b

View File

@@ -10,6 +10,8 @@ buildPythonPackage (finalAttrs: {
version = "1.10.0";
format = "wheel";
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
format = "wheel";