python3Packages.spacy: allow local networking on Darwin

This commit is contained in:
Sarah Clark 2025-07-28 10:42:14 -07:00
parent 99f9086ffe
commit 913b9abf02

View File

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