python3Packages.jupyter_server: allow local networking
(cherry picked from commit 1244ddc7c66e0a87bd0f1c16ddf7c23c1d42d9f3)
This commit is contained in:
parent
e7e53babb6
commit
a2547d21eb
|
@ -77,6 +77,8 @@ buildPythonPackage rec {
|
|||
"test_delete"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.";
|
||||
homepage = "https://github.com/jupyter-server/jupyter_server";
|
||||
|
|
Loading…
Reference in New Issue