python3Packages.smpclient: set __darwinAllowLocalNetworking to true

This commit is contained in:
Perchun Pak
2026-06-08 10:37:11 +02:00
parent 5636e6cf7f
commit d3675a90ee
@@ -26,6 +26,7 @@ buildPythonPackage rec {
};
env.HATCH_BUILD_HOOK_VCS_VERSION = version;
__darwinAllowLocalNetworking = true;
build-system = [
hatchling