Merge pull request #111041 from yoctocell/dovecot_fts_xapian-1.4.6
dovecot_fts_xapian: 1.3.1 -> 1.4.7
This commit is contained in:
commit
44ad80ab10
@ -1,16 +1,16 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu64, sqlite }:
|
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu64 }:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fts-xapian";
|
pname = "fts-xapian";
|
||||||
version = "1.3.1";
|
version = "1.4.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "grosjo";
|
owner = "grosjo";
|
||||||
repo = "fts-xapian";
|
repo = "fts-xapian";
|
||||||
rev = "1.3.1";
|
rev = version;
|
||||||
sha256 = "10yl5fyfbx2ijqckx13vbmzj9mpm5pkh8qzichbdgplrzm738q43";
|
sha256 = "K2d1FFAilIggNuP0e698s+9bN08x2s/0Jryp7pmeixc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dovecot xapian icu64 sqlite ];
|
buildInputs = [ dovecot xapian icu64 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool pkg-config ];
|
nativeBuildInputs = [ autoconf automake libtool pkg-config ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user