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
@@ -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}/etc/ca-bundle.crt"
--set CURL_CA_BUNDLE "${cacert}/ca-bundle.crt"
done
'';