mailsend: apply openssl1.1 patch
This commit is contained in:
parent
3ce29412bd
commit
b300c7fe28
@ -22,6 +22,13 @@ stdenv.mkDerivation {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-openssl=${openssl.dev}"
|
"--with-openssl=${openssl.dev}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchurl {
|
||||||
|
url = https://github.com/muquit/mailsend/commit/960df6d7a11eef90128dc2ae660866b27f0e4336.patch;
|
||||||
|
sha256 = "0vz373zcfl19inflybfjwshcq06rvhx0i5g0f4b021cxfhyb1sm0";
|
||||||
|
})
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = ''CLI email sending tool'';
|
description = ''CLI email sending tool'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user