Add the now-required LLVM version choice

This commit is contained in:
Michael Raskin 2014-01-14 09:52:16 +04:00
parent 3c59324916
commit b340508461

View file

@ -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;