aboutsummaryrefslogtreecommitdiff
path: root/pkgs/dovecot
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-05 12:54:06 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-05 12:54:06 +0200
commit9271611c189a3ed4129d3b98422f86ab3f774f10 (patch)
tree9095cf309d43fe41dc9d0b1ffdcff8b079c55224 /pkgs/dovecot
parent418a4ed7da43fab53c18f99237bc296e37f47d2c (diff)
downloadNix-9271611c189a3ed4129d3b98422f86ab3f774f10.tar.gz
Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.tar.zst
Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.zip
Upgrade roundcube
Diffstat (limited to 'pkgs/dovecot')
-rw-r--r--pkgs/dovecot/plugins/fts_xapian/default.nix4
-rw-r--r--pkgs/dovecot/plugins/fts_xapian/fts-xapian.json6
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/dovecot/plugins/fts_xapian/default.nix b/pkgs/dovecot/plugins/fts_xapian/default.nix
index 350a3ff..611d67b 100644
--- a/pkgs/dovecot/plugins/fts_xapian/default.nix
+++ b/pkgs/dovecot/plugins/fts_xapian/default.nix
@@ -1,7 +1,7 @@
1{ stdenv, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu, mylibs }: 1{ stdenv, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu, mylibs, sqlite }:
2 2
3stdenv.mkDerivation (mylibs.fetchedGithub ./fts-xapian.json // rec { 3stdenv.mkDerivation (mylibs.fetchedGithub ./fts-xapian.json // rec {
4 buildInputs = [ dovecot autoconf automake libtool pkg-config xapian icu ]; 4 buildInputs = [ dovecot autoconf automake libtool pkg-config xapian icu sqlite ];
5 preConfigure = '' 5 preConfigure = ''
6 export PANDOC=false 6 export PANDOC=false
7 autoreconf -vi 7 autoreconf -vi
diff --git a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json b/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json
index a786776..c9b57ef 100644
--- a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json
+++ b/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json
@@ -1,5 +1,5 @@
1{ 1{
2 "tag": "9a94b4a-master", 2 "tag": "ac872e9-master",
3 "meta": { 3 "meta": {
4 "name": "fts-xapian", 4 "name": "fts-xapian",
5 "url": "https://github.com/grosjo/fts-xapian", 5 "url": "https://github.com/grosjo/fts-xapian",
@@ -8,8 +8,8 @@
8 "github": { 8 "github": {
9 "owner": "grosjo", 9 "owner": "grosjo",
10 "repo": "fts-xapian", 10 "repo": "fts-xapian",
11 "rev": "9a94b4aeaac3988786ad72a716127c306b05c9d6", 11 "rev": "ac872e927c982e8da6d4eb80fa27fee53962010b",
12 "sha256": "12xv5fnqahs0cy26ja2jwk6dg95626amblisf2wcx3nqzkcf4w1y", 12 "sha256": "13pw123006yyx2m2zy3bdffglhd5923gnqjlcc868xy344fjkbmz",
13 "fetchSubmodules": true 13 "fetchSubmodules": true
14 } 14 }
15} 15}