python3Packages.pyasynchat: fix build on sandboxed Darwin

Otherwise the tests fail:
https://gist.github.com/al3xtjames/edd6170880bd43709b055ea12ae2be64
This commit is contained in:
Alex James 2025-02-08 22:16:24 -06:00
parent 4ffb89ad41
commit 17fda221a7
No known key found for this signature in database
GPG Key ID: 4729B829AC5FCC72

View File

@ -45,6 +45,8 @@ buildPythonPackage rec {
"asynchat"
];
__darwinAllowLocalNetworking = true;
meta = {
description = "Make asynchat available for Python 3.12 onwards";
homepage = "https://github.com/simonrob/pyasynchat";