diff --git a/pkgs/development/python-modules/spacy/default.nix b/pkgs/development/python-modules/spacy/default.nix index a3730425ef92..fef2482b2661 100644 --- a/pkgs/development/python-modules/spacy/default.nix +++ b/pkgs/development/python-modules/spacy/default.nix @@ -142,6 +142,8 @@ buildPythonPackage rec { tests.annotation = callPackage ./annotation-test { }; }; + __darwinAllowLocalNetworking = true; # needed for test_find_available_port + meta = { description = "Industrial-strength Natural Language Processing (NLP)"; homepage = "https://github.com/explosion/spaCy";