Loading pkgs/development/python-modules/django-stubs/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ buildPythonPackage rec { hash = "sha256-42FluS2fmfgj4qk2u+Z/7TGhXY4WKUc0cI00go6rnGc="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "uv_build>=0.9.9,<0.10.0" "uv_build>=0.9.9" ''; build-system = [ uv-build ]; dependencies = [ Loading Loading
pkgs/development/python-modules/django-stubs/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ buildPythonPackage rec { hash = "sha256-42FluS2fmfgj4qk2u+Z/7TGhXY4WKUc0cI00go6rnGc="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "uv_build>=0.9.9,<0.10.0" "uv_build>=0.9.9" ''; build-system = [ uv-build ]; dependencies = [ Loading