Add the now-required LLVM version choice
This commit is contained in:
parent
3c59324916
commit
b340508461
@ -2299,7 +2299,7 @@ let
|
||||
|
||||
clang = wrapClang clangUnwrapped;
|
||||
|
||||
libcxxLLVM = callPackage ../development/compilers/llvm { stdenv = libcxxStdenv; };
|
||||
libcxxLLVM = callPackage ../development/compilers/llvm { stdenv = libcxxStdenv; version="3.3"; };
|
||||
clangSelf = clangWrapSelf (callPackage ../development/compilers/llvm/clang.nix {
|
||||
stdenv = libcxxStdenv;
|
||||
llvm = libcxxLLVM;
|
||||
|
Loading…
Reference in New Issue
Block a user