devpi-client: set __darwinAllowLocalNetworking

allowing tests to pass on sandboxed darwin

(cherry picked from commit 995d2d87c8)
wip/little-gl
Robert Scott 3 years ago
parent 84ad09b57b
commit 828cf19e1e
  1. 2
      pkgs/development/tools/devpi-client/default.nix

@ -49,6 +49,8 @@ buildPythonApplication rec {
LC_ALL = "en_US.UTF-8";
__darwinAllowLocalNetworking = true;
meta = with lib; {
homepage = "http://doc.devpi.net";
description = "Client for devpi, a pypi index server and packaging meta tool";

Loading…
Cancel
Save