mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
imapfilter: add SSLCAFILE make flag
This fixes: https://github.com/NixOS/nixpkgs/issues/78304 See this upstream issue: https://github.com/lefcha/imapfilter/issues/201
This commit is contained in:
parent
99ffe6a214
commit
d0034d151b
@ -10,8 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0f65sg6hhv6778fxwsz4hvarbm97dsb8jj0mg7a9qs273r35pqck";
|
sha256 = "0f65sg6hhv6778fxwsz4hvarbm97dsb8jj0mg7a9qs273r35pqck";
|
||||||
};
|
};
|
||||||
|
makeFlags = [
|
||||||
|
"SSLCAFILE=/etc/ssl/certs/ca-bundle.crt"
|
||||||
|
"PREFIX=$(out)"
|
||||||
|
];
|
||||||
|
|
||||||
makeFlagsArray = "PREFIX=$(out)";
|
|
||||||
propagatedBuildInputs = [ openssl pcre lua ];
|
propagatedBuildInputs = [ openssl pcre lua ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user