mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.cramjam: enable __structuredAttrs
This commit is contained in:
@@ -16,6 +16,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "cramjam";
|
||||
version = "2.12.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "milesgranger";
|
||||
|
||||
Reference in New Issue
Block a user