about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2016-02-23 18:31:40 -0800
committerJude Taylor <me@jude.bio>2016-02-23 18:31:45 -0800
commita2b19cdb0464eb71757b7584579cf0154c1d3771 (patch)
tree6851e7b55fe5b0f7ab0c54dab799793abeb5e6e8 /pkgs/build-support
parentbc7f99cd2f36bd6745e3e96d381ed42bf3028d04 (diff)
downloadnixlib-a2b19cdb0464eb71757b7584579cf0154c1d3771.tar
nixlib-a2b19cdb0464eb71757b7584579cf0154c1d3771.tar.gz
nixlib-a2b19cdb0464eb71757b7584579cf0154c1d3771.tar.bz2
nixlib-a2b19cdb0464eb71757b7584579cf0154c1d3771.tar.lz
nixlib-a2b19cdb0464eb71757b7584579cf0154c1d3771.tar.xz
nixlib-a2b19cdb0464eb71757b7584579cf0154c1d3771.tar.zst
nixlib-a2b19cdb0464eb71757b7584579cf0154c1d3771.zip
revert fetch-cargo-deps change
Diffstat (limited to 'pkgs/build-support')
-rwxr-xr-xpkgs/build-support/rust/fetch-cargo-deps3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/build-support/rust/fetch-cargo-deps b/pkgs/build-support/rust/fetch-cargo-deps
index 1f6afd60d31b..5074e26848ed 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 <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