python3Packages.jupyter_server: allow local networking

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

View file

@ -77,6 +77,8 @@ buildPythonPackage rec {
"test_delete"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.";
homepage = "https://github.com/jupyter-server/jupyter_server";