mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 14:39:27 +00:00
Merge pull request #332793 from tomberek/tomberek.aiohttp-remotes-darwin-allow-local
python3Packages.aiohttp-remotes: fix build on darwin
This commit is contained in:
commit
314641a56f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user