python311Packages.ipwhois: enable darwin support

This commit is contained in:
Fabian Affolter
2024-01-29 20:10:38 +01:00
parent af601e7d73
commit a49e183771
@@ -35,6 +35,8 @@ buildPythonPackage rec {
})
];
__darwinAllowLocalNetworking = true;
pythonRelaxDeps = [
"dnspython"
];