python310Packages.google-nest-sdm: allow binding to localhost on darwin

This commit is contained in:
Theodore Ni 2023-07-09 19:48:51 -07:00
parent 553f395f98
commit f041751506
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -37,6 +37,8 @@ buildPythonPackage rec {
requests-oauthlib
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
coreutils
pytest-aiohttp