From 8a53bb5e8bff11914858bae8317d2cae3449b8b7 Mon Sep 17 00:00:00 2001 From: Tom Bereknyei Date: Tue, 6 Aug 2024 14:48:31 -0400 Subject: [PATCH] python3Packages.aiohttp-remotes: fix build on darwin --- pkgs/development/python-modules/aiohttp-remotes/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aiohttp-remotes/default.nix b/pkgs/development/python-modules/aiohttp-remotes/default.nix index ac73417b348c..568c3888af76 100644 --- a/pkgs/development/python-modules/aiohttp-remotes/default.nix +++ b/pkgs/development/python-modules/aiohttp-remotes/default.nix @@ -45,6 +45,8 @@ buildPythonPackage rec { "--asyncio-mode=auto" ]; + __darwinAllowLocalNetworking = true; + meta = with lib; { description = "Set of useful tools for aiohttp.web server"; homepage = "https://github.com/wikibusiness/aiohttp-remotes";