python3Packages.jupyter_server: allow local networking

(cherry picked from commit 1244ddc7c66e0a87bd0f1c16ddf7c23c1d42d9f3)
This commit is contained in:
Noah D. Brenowitz 2021-05-22 21:35:48 -07:00
parent e7e53babb6
commit a2547d21eb
No known key found for this signature in database
GPG Key ID: 55465F962E05AAD1
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ buildPythonPackage rec {
"test_delete"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.";
homepage = "https://github.com/jupyter-server/jupyter_server";