Loading pkgs/development/python-modules/html2image/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace poetry.masonry.api poetry.core.masonry.api \ --replace "poetry>=" "poetry-core>=" --replace-fail poetry.masonry.api poetry.core.masonry.api \ --replace-fail "poetry>=" "poetry-core>=" ''; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ requests websocket-client ]; Loading Loading
pkgs/development/python-modules/html2image/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace poetry.masonry.api poetry.core.masonry.api \ --replace "poetry>=" "poetry-core>=" --replace-fail poetry.masonry.api poetry.core.masonry.api \ --replace-fail "poetry>=" "poetry-core>=" ''; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ requests websocket-client ]; Loading