Merge pull request #124428 from risicle/ris-devpi-client-server-darwin-allow-local-networking
This commit is contained in:
commit
34fb933665
2 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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 a new issue