···2, buildPythonPackage
3, pythonOlder
4, fetchFromGitHub
5-, black
6, jinja2
7, poetry-core
8, round
···38 patches = [
39 # The build-system section is missing
40 ./build_poetry.patch
041 ];
4243 checkInputs = [ pytestCheckHook ];
4445 # Despite living in 'tool.poetry.dependencies',
46 # these are only used at build time to process the image resource files
47- nativeBuildInputs = [ black inkscape imagemagick jinja2 poetry-core round ];
4849 propagatedBuildInputs = [ graphviz ];
50
···2, buildPythonPackage
3, pythonOlder
4, fetchFromGitHub
05, jinja2
6, poetry-core
7, round
···37 patches = [
38 # The build-system section is missing
39 ./build_poetry.patch
40+ ./remove-black-requirement.patch
41 ];
4243 checkInputs = [ pytestCheckHook ];
4445 # Despite living in 'tool.poetry.dependencies',
46 # these are only used at build time to process the image resource files
47+ nativeBuildInputs = [ inkscape imagemagick jinja2 poetry-core round ];
4849 propagatedBuildInputs = [ graphviz ];
50