notebook: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 21:20:54 +02:00
parent 88264604ff
commit d3aaa25390
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -64,6 +64,9 @@ buildPythonPackage rec {
else ""}
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = {
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
homepage = https://jupyter.org/;