From a2b19cdb0464eb71757b7584579cf0154c1d3771 Mon Sep 17 00:00:00 2001 From: Jude Taylor Date: Tue, 23 Feb 2016 18:31:40 -0800 Subject: [PATCH] revert fetch-cargo-deps change --- pkgs/build-support/rust/fetch-cargo-deps | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/build-support/rust/fetch-cargo-deps b/pkgs/build-support/rust/fetch-cargo-deps index 1f6afd60d31..5074e26848e 100755 --- a/pkgs/build-support/rust/fetch-cargo-deps +++ b/pkgs/build-support/rust/fetch-cargo-deps @@ -43,9 +43,6 @@ set -u # Do any possible 'cargo update -p --precise ' 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