Loading pkgs/development/python-modules/githubkit/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ anyio, buildPythonPackage, fetchFromGitHub, fetchpatch2, hishel, httpx, pydantic, Loading @@ -26,6 +27,14 @@ buildPythonPackage rec { hash = "sha256-4THc5BNQGSrpf3Y3OoFisywEdKp8ZgNjle4yvVLUy1A="; }; patches = [ (fetchpatch2 { name = "uv-build.patch"; url = "https://github.com/yanyongyu/githubkit/commit/2817664d904541242d4cedf7aae85cd4c4b606e2.patch?full_index=1"; hash = "sha256-mmtjlebHZpHX457frSOe88tsUo7iNdSIUynGZjcjuw4="; }) ]; pythonRelaxDeps = [ "hishel" ]; build-system = [ uv-build ]; Loading Loading
pkgs/development/python-modules/githubkit/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ anyio, buildPythonPackage, fetchFromGitHub, fetchpatch2, hishel, httpx, pydantic, Loading @@ -26,6 +27,14 @@ buildPythonPackage rec { hash = "sha256-4THc5BNQGSrpf3Y3OoFisywEdKp8ZgNjle4yvVLUy1A="; }; patches = [ (fetchpatch2 { name = "uv-build.patch"; url = "https://github.com/yanyongyu/githubkit/commit/2817664d904541242d4cedf7aae85cd4c4b606e2.patch?full_index=1"; hash = "sha256-mmtjlebHZpHX457frSOe88tsUo7iNdSIUynGZjcjuw4="; }) ]; pythonRelaxDeps = [ "hishel" ]; build-system = [ uv-build ]; Loading