rustc: 1_52, use correct llvm version

This commit is contained in:
Luka Blaskovic
2021-05-15 07:58:22 +00:00
committed by Jonathan Ringer
parent 0ef2fe6f77
commit 76e136bb5e
2 changed files with 8 additions and 7 deletions

View File

@@ -11597,7 +11597,7 @@ in
};
rust_1_52 = callPackage ../development/compilers/rust/1_52.nix {
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security;
llvm_11 = llvmPackages_11.libllvm;
llvm_12 = llvmPackages_12.libllvm;
};
rust = rust_1_52;