python313Packages.gql: enable for darwin

This commit is contained in:
Fabian Affolter 2025-05-28 22:20:22 +02:00
parent 64bca35262
commit 21c0566861

View File

@ -109,6 +109,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "gql" ];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "GraphQL client in Python";
homepage = "https://github.com/graphql-python/gql";