Merge pull request #196689 from NickCao/rustup-openssl

rustup: build with openssl 3.0
This commit is contained in:
Mario Rodas 2022-10-22 12:08:41 -05:00 committed by GitHub
commit b0020c047e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15058,7 +15058,6 @@ with pkgs;
};
rust-script = callPackage ../development/tools/rust/rust-script { };
rustup = callPackage ../development/tools/rust/rustup {
openssl = openssl_1_1;
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
};
rustup-toolchain-install-master = callPackage ../development/tools/rust/rustup-toolchain-install-master {