python3Packages.jupyterlab_server: allow darwin networking

This commit is contained in:
Noah D. Brenowitz 2021-05-22 21:36:39 -07:00
parent 1244ddc7c6
commit 7c29b3e082
No known key found for this signature in database
GPG key ID: 55465F962E05AAD1

View file

@ -41,6 +41,8 @@ buildPythonPackage rec {
"test_get_language_pack"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "JupyterLab Server";
homepage = "https://jupyter.org";