dovecot_fts_xapian: 1.4.7 -> 1.4.9
This commit is contained in:
parent
e4e75149fd
commit
b7536ac80f
@ -1,13 +1,13 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu64 }:
|
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu64 }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fts-xapian";
|
pname = "fts-xapian";
|
||||||
version = "1.4.7";
|
version = "1.4.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "grosjo";
|
owner = "grosjo";
|
||||||
repo = "fts-xapian";
|
repo = "fts-xapian";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "K2d1FFAilIggNuP0e698s+9bN08x2s/0Jryp7pmeixc=";
|
sha256 = "0p4ps9h24vr9bldrcf9cdx6l4rdz5i8zyc58qp10h7cc3jilwddy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dovecot xapian icu64 ];
|
buildInputs = [ dovecot xapian icu64 ];
|
||||||
@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/grosjo/fts-xapian";
|
homepage = "https://github.com/grosjo/fts-xapian";
|
||||||
description = "Dovecot FTS plugin based on Xapian";
|
description = "Dovecot FTS plugin based on Xapian";
|
||||||
license = licenses.lgpl21;
|
changelog = "https://github.com/grosjo/fts-xapian/releases";
|
||||||
maintainers = with maintainers; [ julm ];
|
license = licenses.lgpl21Only;
|
||||||
|
maintainers = with maintainers; [ julm symphorien ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user