python3Packages.cramjam: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-08-22 14:35:50 +00:00
parent 5c4eaae36f
commit a9d7c5a803

View File

@@ -16,6 +16,7 @@ buildPythonPackage (finalAttrs: {
pname = "cramjam";
version = "2.12.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "milesgranger";