Fix more ca-bundle paths

This commit is contained in:
William A. Kennington III
2015-05-29 14:26:32 -07:00
parent 95cc27149c
commit cd52c04456
9 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
"--with-sock-dir=/run"
"--with-privsep-user=smtpd"
"--with-queue-user=smtpq"
"--with-ca-file=/etc/ssl/certs/ca-bundle.crt"
"--with-ca-file=${cacert}/ca-bundle.crt"
];
installFlags = [