mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.geoip2: allow local networking on Darwin
Assisted-by: Codex (GPT-5.5)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user