Fix ca-bundle paths
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user