mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python312Packages.html2image: refactor
This commit is contained in:
parent
c6409268aa
commit
e521ac6028
@ -21,13 +21,13 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace poetry.masonry.api poetry.core.masonry.api \
|
--replace-fail poetry.masonry.api poetry.core.masonry.api \
|
||||||
--replace "poetry>=" "poetry-core>="
|
--replace-fail "poetry>=" "poetry-core>="
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
requests
|
requests
|
||||||
websocket-client
|
websocket-client
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user