mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.ntlk: fix build in Darwin sandbox
(cherry picked from commit 21190bf614)
This commit is contained in:
committed by
github-actions[bot]
parent
9376eb65a8
commit
2416f047c2
@@ -113,6 +113,8 @@ buildPythonPackage (finalAttrs: {
|
||||
dataDir = pkgs.callPackage ./data-dir.nix { };
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
description = "Natural Language Processing ToolKit";
|
||||
mainProgram = "nltk";
|
||||
|
||||
Reference in New Issue
Block a user