mbt: 3.2.16 -> 3.11

Add icu dependency (now required).
This commit is contained in:
Robert Hensing
2025-10-08 21:26:11 +02:00
committed by jopejoe1
parent 5e490cd6db
commit b5133d8c70

View File

@@ -10,6 +10,7 @@
pkg-config, pkg-config,
autoconf-archive, autoconf-archive,
libxml2, libxml2,
icu,
ticcutils, ticcutils,
timbl, timbl,
frog, frog,
@@ -17,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "mbt"; pname = "mbt";
version = "3.2.16"; version = "3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LanguageMachines"; owner = "LanguageMachines";
repo = "mbt"; repo = "mbt";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-O/LhLWgLwDctkRYjds+AM9fGMIRX3eCnJhRIXyVrJ04="; hash = "sha256-7PpUa/WoPMjdADi1ongQkvqSDWPeb1dNsWee2hjGArk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -36,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
libtool libtool
autoconf-archive autoconf-archive
libxml2 libxml2
icu
ticcutils ticcutils
timbl timbl
]; ];