Merge pull request #112580 from ddfisher/elixir-fix-curl
elixir: remove hardcoded certificate path for curl
This commit is contained in:
commit
63bffaf227
@ -46,8 +46,7 @@ in
|
|||||||
b=$(basename $f)
|
b=$(basename $f)
|
||||||
if [ "$b" = mix ]; then continue; fi
|
if [ "$b" = mix ]; then continue; fi
|
||||||
wrapProgram $f \
|
wrapProgram $f \
|
||||||
--prefix PATH ":" "${lib.makeBinPath [ erlang coreutils curl bash ]}" \
|
--prefix PATH ":" "${lib.makeBinPath [ erlang coreutils curl bash ]}"
|
||||||
--set CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
|
|
||||||
done
|
done
|
||||||
|
|
||||||
substituteInPlace $out/bin/mix \
|
substituteInPlace $out/bin/mix \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user