python3Packages.jupyterlab_server: allow darwin networking
(cherry picked from commit 7c29b3e082255fe9dfaff1240232d037a2e34c25)
This commit is contained in:
parent
a2547d21eb
commit
a0011e1118
|
@ -41,6 +41,8 @@ buildPythonPackage rec {
|
|||
"test_get_language_pack"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "JupyterLab Server";
|
||||
homepage = "https://jupyter.org";
|
||||
|
|
Loading…
Reference in New Issue