forked from mirrors/nixpkgs
rustcMaster: build against bundled LLVM
This is a workaround for what appears to be issue rust-lang/rust#30970. Without this change, rustcMaster will fail to build the clippy library due to linking errors against LLVM (and ncurses, for some reason). I expect this commit to be reverted once that issue is fixed upstream.
This commit is contained in:
parent
ba8b7fff6a
commit
9725e067ff
|
@ -4,7 +4,7 @@
|
|||
callPackage ./generic.nix {
|
||||
shortVersion = "2016-02-01";
|
||||
isRelease = false;
|
||||
forceBundledLLVM = false;
|
||||
forceBundledLLVM = true;
|
||||
srcRev = "094c5b0d6";
|
||||
srcSha = "0908xzxb4q8vqwmzi5c2vzrhfsrw7d18r4n7mq3ir5671y9cqpvz";
|
||||
|
||||
|
|
Loading…
Reference in a new issue