python3Packages.jsonschema-rs: set __darwinAllowLocalNetworking

This commit is contained in:
Michael Daniels
2026-05-22 23:04:07 -04:00
parent 0ea2bc77fd
commit a56e5e28a5
@@ -52,6 +52,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "jsonschema_rs" ];
__darwinAllowLocalNetworking = true;
passthru.updateScript = nix-update-script { };
meta = {