Merge pull request #332793 from tomberek/tomberek.aiohttp-remotes-darwin-allow-local

python3Packages.aiohttp-remotes: fix build on darwin
This commit is contained in:
Aleksana 2024-08-08 10:40:55 +08:00 committed by GitHub
commit 314641a56f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";