python3Packages.pyqtgraph: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-04-27 14:57:13 +00:00
parent c446952cb0
commit 3e0ae02399
@@ -30,6 +30,7 @@ buildPythonPackage (finalAttrs: {
pname = "pyqtgraph";
version = "0.14.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pyqtgraph";