python3Packages.ntlk: fix build in Darwin sandbox

(cherry picked from commit 21190bf614)
This commit is contained in:
Maxime Brunet
2026-08-22 23:14:16 -04:00
committed by github-actions[bot]
parent 9376eb65a8
commit 2416f047c2

View File

@@ -113,6 +113,8 @@ buildPythonPackage (finalAttrs: {
dataDir = pkgs.callPackage ./data-dir.nix { };
};
__darwinAllowLocalNetworking = true;
meta = {
description = "Natural Language Processing ToolKit";
mainProgram = "nltk";