forked from mirrors/nixpkgs
coreclr: get clang from llvmPackages
This way clang, llvm and lldb all use the same version.
This commit is contained in:
parent
ee90904d5e
commit
054dc1412c
|
@ -3,7 +3,6 @@
|
|||
, fetchpatch
|
||||
, which
|
||||
, cmake
|
||||
, clang
|
||||
, llvmPackages
|
||||
, libunwind
|
||||
, gettext
|
||||
|
@ -44,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [
|
||||
which
|
||||
cmake
|
||||
clang
|
||||
llvmPackages.clang
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue