python3Packages.parsnip: add __structuredAttrs

This commit is contained in:
Fabian Affolter
2026-06-12 09:55:58 +03:00
committed by Doron Behar
parent 0d9f9a7ff2
commit c52c4650a5
@@ -12,6 +12,8 @@ buildPythonPackage (finalAttrs: {
version = "0.5.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "glotzerlab";
repo = "parsnip";