python311Packages.gql: enable darwin build

This commit is contained in:
Fabian Affolter
2024-01-09 12:23:58 +01:00
parent a34f3fe110
commit 7b96257a67
@@ -37,6 +37,8 @@ buildPythonPackage rec {
hash = "sha256-yX6NbtGxBa3lL/bS3j2ouTPku6a4obqNGx1xRzx+Skk=";
};
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
setuptools
];