mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
dovecot_fts_xapian: 1.5.4 -> 1.5.4b
This commit is contained in:
parent
b7deb4cf75
commit
8c64bd5fca
@ -1,13 +1,13 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, sqlite, pkg-config, dovecot, libtool, xapian, icu64 }:
|
{ lib, stdenv, fetchFromGitHub, autoconf, automake, sqlite, pkg-config, dovecot, libtool, xapian, icu64 }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dovecot-fts-xapian";
|
pname = "dovecot-fts-xapian";
|
||||||
version = "1.5.4";
|
version = "1.5.4b";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "grosjo";
|
owner = "grosjo";
|
||||||
repo = "fts-xapian";
|
repo = "fts-xapian";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-3vrcaBsarJNECwfzUOrUnjD555E2dgbFiiEJR5bN3qM=";
|
sha256 = "sha256-RzwJjcUgk1XXQZpNdz86Pr9HsUaQCOSt5oSejnGVmgA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dovecot xapian icu64 sqlite ];
|
buildInputs = [ dovecot xapian icu64 sqlite ];
|
||||||
|
Loading…
Reference in New Issue
Block a user