notebook: fix darwin build
This commit is contained in:
parent
88264604ff
commit
d3aaa25390
@ -64,6 +64,9 @@ buildPythonPackage rec {
|
|||||||
else ""}
|
else ""}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Some of the tests use localhost networking.
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
|
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
|
||||||
homepage = https://jupyter.org/;
|
homepage = https://jupyter.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user