python3Packages.geoip2: allow local networking on Darwin

Assisted-by: Codex (GPT-5.5)
This commit is contained in:
Teddy Ni
2026-05-18 21:40:08 -07:00
parent 3ca5f391be
commit 7ddead5bd2

View File

@@ -50,6 +50,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "geoip2" ];
__darwinAllowLocalNetworking = true;
meta = {
description = "GeoIP2 webservice client and database reader";
homepage = "https://github.com/maxmind/GeoIP2-python";