nbformat: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 21:15:20 +02:00
parent 6002a5e7f1
commit 3b77eebc1b
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -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/;