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
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
if [ $b == "mix" ]; then continue; fi
wrapProgram $f \
--prefix PATH ":" "${erlang}/bin:${coreutils}/bin:${curl}/bin:${bash}/bin" \
--set CURL_CA_BUNDLE "${cacert}/ca-bundle.crt"
--set CURL_CA_BUNDLE "${cacert}/etc/ssl/certs/ca-bundle.crt"
done
'';