lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.requests: Fix sandboxed build on Darwin

+2
+2
pkgs/development/python-modules/requests/default.nix
··· 20 20 version = "2.28.1"; 21 21 disabled = pythonOlder "3.7"; 22 22 23 + __darwinAllowLocalNetworking = true; 24 + 23 25 src = fetchPypi { 24 26 inherit pname version; 25 27 hash = "sha256-fFWZsQL+3apmHIJsVqtP7ii/0X9avKHrvj5/GdfJeYM=";