Merge pull request #124428 from risicle/ris-devpi-client-server-darwin-allow-local-networking

This commit is contained in:
Sandro 2021-05-26 03:17:33 +02:00 committed by GitHub
commit 34fb933665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -55,6 +55,8 @@ python3Packages.buildPythonApplication rec {
"TestMirrorIndexThings" "TestMirrorIndexThings"
]; ];
__darwinAllowLocalNetworking = true;
meta = with lib;{ meta = with lib;{
homepage = "http://doc.devpi.net"; homepage = "http://doc.devpi.net";
description = "Github-style pypi index server and packaging meta tool"; description = "Github-style pypi index server and packaging meta tool";