From a56e5e28a549a7d217ae3901a4cecfc2813d0f20 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Fri, 22 May 2026 23:04:07 -0400 Subject: [PATCH] python3Packages.jsonschema-rs: set __darwinAllowLocalNetworking --- pkgs/development/python-modules/jsonschema-rs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/jsonschema-rs/default.nix b/pkgs/development/python-modules/jsonschema-rs/default.nix index 77e607deaa47..4be27d746133 100644 --- a/pkgs/development/python-modules/jsonschema-rs/default.nix +++ b/pkgs/development/python-modules/jsonschema-rs/default.nix @@ -52,6 +52,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "jsonschema_rs" ]; + __darwinAllowLocalNetworking = true; + passthru.updateScript = nix-update-script { }; meta = {