python3Packages.spacy: allow local networking on Darwin
This commit is contained in:
parent
99f9086ffe
commit
913b9abf02
@ -142,6 +142,8 @@ buildPythonPackage rec {
|
|||||||
tests.annotation = callPackage ./annotation-test { };
|
tests.annotation = callPackage ./annotation-test { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true; # needed for test_find_available_port
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Industrial-strength Natural Language Processing (NLP)";
|
description = "Industrial-strength Natural Language Processing (NLP)";
|
||||||
homepage = "https://github.com/explosion/spaCy";
|
homepage = "https://github.com/explosion/spaCy";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user