forked from mirrors/nixpkgs
python3Packages.jupyter_server: allow local networking
This commit is contained in:
parent
20b023b5ea
commit
1244ddc7c6
|
@ -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 a new issue