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:
Andrew Fontaine 2022-11-18 13:26:53 -05:00
parent e38f6d3742
commit 35fcc584e4
No known key found for this signature in database
GPG key ID: 7D1798E369A7C55D

View file

@ -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 ];