Merge pull request #249660 from tjni/gcal-sync

python3.pkgs.gcal-sync: fix sandbox darwin build
This commit is contained in:
Nick Cao 2023-08-18 08:53:58 +08:00 committed by GitHub
commit 65f4c842c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,8 @@ buildPythonPackage rec {
pydantic
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
freezegun
pytest-aiohttp