dovecot: build with textcat

This allows the integrated Full-Text Search plugin to detect languages
when indexing.
This commit is contained in:
euxane
2025-01-24 17:46:29 +01:00
committed by Martin Weinelt
parent 31c192438e
commit 788d769a64
+3
View File
@@ -15,6 +15,7 @@
coreutils,
clucene_core_2,
icu,
libexttextcat,
openldap,
libsodium,
libstemmer,
@@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
lz4
clucene_core_2
icu
libexttextcat
openldap
libsodium
libstemmer
@@ -131,6 +133,7 @@ stdenv.mkDerivation rec {
"--with-ldap"
"--with-lucene"
"--with-icu"
"--with-textcat"
]
++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
"i_cv_epoll_works=${if stdenv.hostPlatform.isLinux then "yes" else "no"}"