Unverified Commit 314641a5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

python3Packages.aiohttp-remotes: fix build on darwin
parents bb664fa6 8a53bb5e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";