Fix ca-bundle paths

This commit is contained in:
William A. Kennington III
2015-05-29 14:03:34 -07:00
parent d6cbb061e3
commit 14c1e0fa1f
13 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
outputHashMode = "recursive";
outputHash = sha256;
SSL_CERT_FILE = "${cacert}/etc/ca-bundle.crt";
SSL_CERT_FILE = "${cacert}/ca-bundle.crt";
impureEnvVars = [ "http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy" ];
preferLocalBuild = true;