Commit 519d3392 authored by Alex Wied's avatar Alex Wied
Browse files

python3Packages.cachecontrol: Fix sandboxed build on Darwin

parent 9be64dda
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ buildPythonPackage rec {

  disabled = pythonOlder "3.6";

  __darwinAllowLocalNetworking = true;

  src = fetchFromGitHub {
    owner = "ionrock";
    repo = pname;