ucto: 0.9.6 -> 0.35

Replace icu60 with icu.
Add libexttextcat dependency (now required).
This commit is contained in:
Robert Hensing
2025-10-08 21:25:46 +02:00
parent c03e5d3193
commit 3c9968fa7b

View File

@@ -8,9 +8,10 @@
pkg-config, pkg-config,
autoconf-archive, autoconf-archive,
libxml2, libxml2,
icu60, icu,
bzip2, bzip2,
libtar, libtar,
libexttextcat,
ticcutils, ticcutils,
libfolia, libfolia,
uctodata, uctodata,
@@ -19,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ucto"; pname = "ucto";
version = "0.9.6"; version = "0.35";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LanguageMachines"; owner = "LanguageMachines";
repo = "ucto"; repo = "ucto";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-DFQ4ePE3n3zg0mrqUNHzE3Hi81n1IurYjhh6YVAghEE="; hash = "sha256-DaLoq+FBNZG4J+h9fRh9HHl2TKVXUTrt9RAzwmv6lIc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -36,13 +37,13 @@ stdenv.mkDerivation (finalAttrs: {
bzip2 bzip2
libtool libtool
autoconf-archive autoconf-archive
icu60 icu
libtar libtar
libxml2 libxml2
libexttextcat
ticcutils ticcutils
libfolia libfolia
uctodata uctodata
# TODO textcat from libreoffice? Pulls in X11 dependencies?
]; ];
postInstall = '' postInstall = ''