frog: 0.13.7 -> 0.34

Replace icu60 with icu.
Add libexttextcat dependency (now required).
This commit is contained in:
Robert Hensing
2025-10-09 20:52:22 +02:00
committed by jopejoe1
parent 767353c0cd
commit b62c89bf7b
+6 -4
View File
@@ -11,7 +11,8 @@
pkg-config,
autoconf-archive,
libxml2,
icu60,
icu,
libexttextcat,
ticcutils,
timbl,
mbt,
@@ -22,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "frog";
version = "0.13.7";
version = "0.34";
src = fetchFromGitHub {
owner = "LanguageMachines";
repo = "frog";
tag = "v${finalAttrs.version}";
hash = "sha256-khc2uZ/dOtWPTnt/ZD6ILxD386MaZt6fsvNTWTCbs+c=";
hash = "sha256-+oao0aOhXAnXnWbfZXcCzBFER8Q8TaYciAVQHlZ1D+E=";
};
nativeBuildInputs = [
@@ -41,7 +42,8 @@ stdenv.mkDerivation (finalAttrs: {
libtool
autoconf-archive
libxml2
icu60
icu
libexttextcat
ticcutils
timbl
mbt