python3Packages.smpclient: set __darwinAllowLocalNetworking to true

(cherry picked from commit d3675a90ee)
This commit is contained in:
Perchun Pak 2026-06-08 10:37:11 +02:00 committed by github-actions[bot]
commit 7d1948826a

View file

@ -26,6 +26,7 @@ buildPythonPackage rec {
};
env.HATCH_BUILD_HOOK_VCS_VERSION = version;
__darwinAllowLocalNetworking = true;
build-system = [
hatchling