muchsync: 5 -> 6
- Clarified that it's okay to link against OpenSSL libcrypto. - Update to format man page with recent versions of pandoc. - Improve some error handing and error messages.
This commit is contained in:
parent
e38f6d3742
commit
35fcc584e4
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
, notmuch, openssl, pkg-config, sqlite, xapian, zlib
|
, notmuch, openssl, pkg-config, sqlite, xapian, zlib
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5";
|
version = "6";
|
||||||
pname = "muchsync";
|
pname = "muchsync";
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.muchsync.org/src/${pname}-${version}.tar.gz";
|
url = "http://www.muchsync.org/src/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb";
|
sha256 = "Cz3jtNiF7bn4h6B9y8i1luf+8gOMYeaCz6VaE/pM6eg=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ notmuch openssl sqlite xapian zlib ];
|
buildInputs = [ notmuch openssl sqlite xapian zlib ];
|
||||||
|
|
Loading…
Reference in a new issue