python3Packages.jupyterlab_server: allow darwin networking
This commit is contained in:
parent
1244ddc7c6
commit
7c29b3e082
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue