From 1244ddc7c66e0a87bd0f1c16ddf7c23c1d42d9f3 Mon Sep 17 00:00:00 2001 From: "Noah D. Brenowitz" Date: Sat, 22 May 2021 21:35:48 -0700 Subject: [PATCH] python3Packages.jupyter_server: allow local networking --- pkgs/development/python-modules/jupyter_server/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/jupyter_server/default.nix b/pkgs/development/python-modules/jupyter_server/default.nix index e444b2ea3c0..f90c521b553 100644 --- a/pkgs/development/python-modules/jupyter_server/default.nix +++ b/pkgs/development/python-modules/jupyter_server/default.nix @@ -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";