python3Packages.aiohttp-remotes: fix build on darwin

This commit is contained in:
Tom Bereknyei
2024-08-06 14:48:31 -04:00
parent 0b07b7e4b7
commit 8a53bb5e8b
@@ -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";