mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.circus: allow local networking to fix darwin tests (#346824)
This commit is contained in:
commit
dfe9eeea72
@ -83,11 +83,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "circus" ];
|
||||
|
||||
meta = with lib; {
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
description = "Process and socket manager";
|
||||
homepage = "https://github.com/circus-tent/circus";
|
||||
changelog = "https://github.com/circus-tent/circus/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user