mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
rustc-1.5.0: Don't force bundled LLVM
This commit is contained in:
parent
b26aa99d9d
commit
c11f6c9dc7
@ -3,7 +3,7 @@
|
||||
callPackage ./generic.nix {
|
||||
shortVersion = "1.5.0";
|
||||
isRelease = true;
|
||||
forceBundledLLVM = true;
|
||||
forceBundledLLVM = false;
|
||||
configureFlags = [ "--release-channel=stable" ];
|
||||
srcSha = "1vfpwx6a2f2rn528774cz9r7r82ppycn8z8ybll6bphdw7cyar1g";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user