mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #196689 from NickCao/rustup-openssl
rustup: build with openssl 3.0
This commit is contained in:
commit
b0020c047e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user