python3Packages.responses: Fix sandboxed build on Darwin

This commit is contained in:
Alex Wied
2022-08-24 20:59:32 -04:00
parent 5aa24ca693
commit 3928117088
@@ -15,6 +15,8 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";
__darwinAllowLocalNetworking = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = pname;