mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
mailsend: apply openssl1.1 patch
This commit is contained in:
parent
3ce29412bd
commit
b300c7fe28
|
@ -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'';
|
||||
|
|
Loading…
Reference in a new issue