timbl: 6.4.9 -> 6.10

Add icu dependency (now required).
This commit is contained in:
Robert Hensing
2025-10-08 21:25:56 +02:00
parent 3c9968fa7b
commit 4647e76b73
+4 -2
View File
@@ -8,6 +8,7 @@
pkg-config,
autoconf-archive,
libxml2,
icu,
bzip2,
libtar,
ticcutils,
@@ -17,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "timbl";
version = "6.4.9";
version = "6.10";
src = fetchFromGitHub {
owner = "LanguageMachines";
repo = "timbl";
tag = "v${finalAttrs.version}";
hash = "sha256-6hg/NiA5c5txyB7xYSlxA2WzAyNTF6JpupLpmzfxOYg=";
hash = "sha256-kAPYKAlgr9c4OU6ARTizOmWvQa1mrK0IoOWshJ4Ctjg=";
};
nativeBuildInputs = [
@@ -36,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
libtool
autoconf-archive
libxml2
icu
ticcutils
];