nltk-data: skip fixupPhase to avoid needless patching attempts

There are no scripts in the `package` folder, only datasets, models, etc.
This commit is contained in:
Benjamin Sparks
2025-05-21 19:16:45 +02:00
parent 8eb37d0bf5
commit 03639c657a
+1
View File
@@ -10,6 +10,7 @@ let
version = "0-unstable-2024-07-29";
nativeBuildInputs = [ unzip ];
dontBuild = true;
dontFixup = true;
meta = with lib; {
description = "NLTK Data";
homepage = "https://github.com/nltk/nltk_data";