cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $out

This commit is contained in:
William A. Kennington III
2015-06-05 13:00:52 -07:00
parent 9176f73cee
commit ffd0539eba
24 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
inherit url rev leaveDotGit fetchSubmodules deepClone branchName;
GIT_SSL_CAINFO = "${cacert}/ca-bundle.crt";
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
impureEnvVars = [
# We borrow these environment variables from the caller to allow