nbformat: fix darwin build
This commit is contained in:
parent
6002a5e7f1
commit
3b77eebc1b
@ -29,6 +29,9 @@ buildPythonPackage rec {
|
||||
export HOME=tmp
|
||||
'';
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
description = "The Jupyter Notebook format";
|
||||
homepage = https://jupyter.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user