mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.ntlk: fix build in Darwin sandbox (#555600)
This commit is contained in:
@@ -118,6 +118,8 @@ buildPythonPackage (finalAttrs: {
|
||||
dataDir = pkgs.callPackage ./data-dir.nix { };
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/nltk/nltk/blob/${finalAttrs.src.tag}/ChangeLog";
|
||||
description = "Natural Language Processing ToolKit";
|
||||
|
||||
Reference in New Issue
Block a user