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

launchpad/nixpkgs/master
Sandro 3 years ago committed by GitHub
commit 34fb933665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/tools/devpi-client/default.nix
  2. 2
      pkgs/development/tools/devpi-server/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";

@ -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…
Cancel
Save