diff options
Diffstat (limited to 'pkgs/dovecot/plugins')
-rw-r--r-- | pkgs/dovecot/plugins/fts_xapian/default.nix | 14 | ||||
-rw-r--r-- | pkgs/dovecot/plugins/fts_xapian/fts-xapian.json | 15 |
2 files changed, 0 insertions, 29 deletions
diff --git a/pkgs/dovecot/plugins/fts_xapian/default.nix b/pkgs/dovecot/plugins/fts_xapian/default.nix deleted file mode 100644 index 611d67b..0000000 --- a/pkgs/dovecot/plugins/fts_xapian/default.nix +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | { stdenv, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu, mylibs, sqlite }: | ||
2 | |||
3 | stdenv.mkDerivation (mylibs.fetchedGithub ./fts-xapian.json // rec { | ||
4 | buildInputs = [ dovecot autoconf automake libtool pkg-config xapian icu sqlite ]; | ||
5 | preConfigure = '' | ||
6 | export PANDOC=false | ||
7 | autoreconf -vi | ||
8 | ''; | ||
9 | configureFlags = [ | ||
10 | "--with-dovecot=${dovecot}/lib/dovecot" | ||
11 | "--without-dovecot-install-dirs" | ||
12 | "--with-moduledir=$(out)/lib/dovecot" | ||
13 | ]; | ||
14 | }) | ||
diff --git a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json b/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json deleted file mode 100644 index c9b57ef..0000000 --- a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | { | ||
2 | "tag": "ac872e9-master", | ||
3 | "meta": { | ||
4 | "name": "fts-xapian", | ||
5 | "url": "https://github.com/grosjo/fts-xapian", | ||
6 | "branch": "master" | ||
7 | }, | ||
8 | "github": { | ||
9 | "owner": "grosjo", | ||
10 | "repo": "fts-xapian", | ||
11 | "rev": "ac872e927c982e8da6d4eb80fa27fee53962010b", | ||
12 | "sha256": "13pw123006yyx2m2zy3bdffglhd5923gnqjlcc868xy344fjkbmz", | ||
13 | "fetchSubmodules": true | ||
14 | } | ||
15 | } | ||