Loading pkgs/development/python-modules/gotailwind/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ orjson, poetry-core, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, syrupy, Loading @@ -35,8 +36,7 @@ buildPythonPackage rec { postPatch = '' # Upstream doesn't set a version for the pyproject.toml substituteInPlace pyproject.toml \ --replace-fail "0.0.0" "${version}" \ --replace-fail "--cov" "" --replace-fail "0.0.0" "${version}" ''; build-system = [ poetry-core ]; Loading @@ -58,6 +58,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aresponses pytest-asyncio pytest-cov-stub pytestCheckHook syrupy ]; Loading Loading
pkgs/development/python-modules/gotailwind/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ orjson, poetry-core, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, syrupy, Loading @@ -35,8 +36,7 @@ buildPythonPackage rec { postPatch = '' # Upstream doesn't set a version for the pyproject.toml substituteInPlace pyproject.toml \ --replace-fail "0.0.0" "${version}" \ --replace-fail "--cov" "" --replace-fail "0.0.0" "${version}" ''; build-system = [ poetry-core ]; Loading @@ -58,6 +58,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aresponses pytest-asyncio pytest-cov-stub pytestCheckHook syrupy ]; Loading