fix fetch-cargo SSL error

This commit is contained in:
Jude Taylor 2016-02-23 12:59:19 -08:00
parent bd8f383f15
commit 7336191574

View File

@ -43,6 +43,9 @@ set -u
# Do any possible 'cargo update -p <pkgName> --precise <version>' ad-hoc updates
eval "$cargoUpdateHook"
# stdenv setup sets SSL_CERT_FILE to a nonexistent path; cargo doesn't like that
unset SSL_CERT_FILE
# Do the fetch
cargo fetch --verbose