rustup: build with openssl 3.0

This commit is contained in:
Nick Cao 2022-10-19 11:31:37 +08:00
parent b593442345
commit 59c528f187
No known key found for this signature in database

View File

@ -14993,7 +14993,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 {