python3Packages.cachecontrol: Fix sandboxed build on Darwin

This commit is contained in:
Alex Wied 2022-08-24 21:48:03 -04:00
parent 9be64ddaff
commit 519d3392a1

View file

@ -18,6 +18,8 @@ buildPythonPackage rec {
disabled = pythonOlder "3.6";
__darwinAllowLocalNetworking = true;
src = fetchFromGitHub {
owner = "ionrock";
repo = pname;