python3Packages.nptyping: enable __structuredAttrs

(cherry picked from commit 42ff000fc1)
This commit is contained in:
Timo Gottszky
2026-06-10 15:53:44 +02:00
committed by github-actions[bot]
parent 9f49055698
commit 3f41b4ad3d

View File

@@ -15,6 +15,8 @@ buildPythonPackage (finalAttrs: {
version = "2.5.0";
format = "setuptools";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "ramonhagenaars";
repo = "nptyping";