1 { stdenv, fetchFromGitHub, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu64 }:
6 src = fetchFromGitHub {
9 rev = "f433203e37c84154ca2da6fad435c32242caa98a";
10 sha256 = "0w40icjfvd4pbip16492kf75f83rnjhh6axyh4fmzmsjpzhqgybd";
13 buildInputs = [ dovecot autoconf automake libtool pkg-config xapian icu64 ];
21 "--with-dovecot=${dovecot}/lib/dovecot"
22 "--without-dovecot-install-dirs"
23 "--with-moduledir=$(out)/lib/dovecot"
26 meta = with stdenv.lib; {
27 homepage = https://github.com/grosjo/fts-xapian;
28 description = "Dovecot FTS plugin based on Xapian";
29 license = licenses.lgpl21;
30 maintainers = with maintainers; [ ];
31 platforms = platforms.unix;