Commit 8a53bb5e authored by Tom Bereknyei's avatar Tom Bereknyei
Browse files

python3Packages.aiohttp-remotes: fix build on darwin

parent 0b07b7e4
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";