python311Packages.strawberry-graphql: fix darwin sandbox build

This commit is contained in:
natsukium
2023-12-20 20:15:29 +01:00
committed by Martin Weinelt
parent 9d7a13bcac
commit c8a1640649
@@ -182,6 +182,8 @@ buildPythonPackage rec {
"tests/websockets/test_graphql_transport_ws.py"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "A GraphQL library for Python that leverages type annotations";
homepage = "https://strawberry.rocks";