mailsend: apply openssl1.1 patch

This commit is contained in:
Andreas Rammhold 2019-03-06 23:52:05 +01:00 committed by Robin Gloster
parent 3ce29412bd
commit b300c7fe28
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -22,6 +22,13 @@ stdenv.mkDerivation {
configureFlags = [
"--with-openssl=${openssl.dev}"
];
patches = [
(fetchurl {
url = https://github.com/muquit/mailsend/commit/960df6d7a11eef90128dc2ae660866b27f0e4336.patch;
sha256 = "0vz373zcfl19inflybfjwshcq06rvhx0i5g0f4b021cxfhyb1sm0";
})
];
meta = {
inherit (s) version;
description = ''CLI email sending tool'';