mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
devpi-server: set __darwinAllowLocalNetworking
allowing tests to pass on sandboxed darwin
This commit is contained in:
parent
995d2d87c8
commit
46e66614d9
@ -55,6 +55,8 @@ python3Packages.buildPythonApplication rec {
|
||||
"TestMirrorIndexThings"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib;{
|
||||
homepage = "http://doc.devpi.net";
|
||||
description = "Github-style pypi index server and packaging meta tool";
|
||||
|
Loading…
Reference in New Issue
Block a user