python312Packages.aiogram: enable support for darwin

This commit is contained in:
Fabian Affolter
2024-09-14 10:29:15 +02:00
parent 4ff7a38739
commit c81bb2da57
@@ -87,6 +87,8 @@ buildPythonPackage rec {
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Modern and fully asynchronous framework for Telegram Bot API";
homepage = "https://github.com/aiogram/aiogram";