Skip to content

Commit

Permalink
dovecot: build with textcat
Browse files Browse the repository at this point in the history
This allows the integrated Full-Text Search plugin to detect languages
when indexing.
  • Loading branch information
pacien authored and mweinelt committed Jan 24, 2025
1 parent 31c1924 commit 788d769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/servers/mail/dovecot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
coreutils,
clucene_core_2,
icu,
libexttextcat,
openldap,
libsodium,
libstemmer,
Expand Down Expand Up @@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
lz4
clucene_core_2
icu
libexttextcat
openldap
libsodium
libstemmer
Expand Down Expand Up @@ -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"}"
Expand Down

0 comments on commit 788d769

Please sign in to comment.