rustc-1.5.0: Don't force bundled LLVM

This commit is contained in:
Moritz Ulrich 2015-12-24 21:12:57 +01:00
parent b26aa99d9d
commit c11f6c9dc7

View file

@ -3,7 +3,7 @@
callPackage ./generic.nix {
shortVersion = "1.5.0";
isRelease = true;
forceBundledLLVM = true;
forceBundledLLVM = false;
configureFlags = [ "--release-channel=stable" ];
srcSha = "1vfpwx6a2f2rn528774cz9r7r82ppycn8z8ybll6bphdw7cyar1g";