Merge pull request #85155 from DieGoldeneEnte/coreclr-llvm
coreclr: get clang from llvmPackages
This commit is contained in:
commit
8696dc32f9
|
@ -3,7 +3,6 @@
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, which
|
, which
|
||||||
, cmake
|
, cmake
|
||||||
, clang
|
|
||||||
, llvmPackages
|
, llvmPackages
|
||||||
, libunwind
|
, libunwind
|
||||||
, gettext
|
, gettext
|
||||||
|
@ -44,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
which
|
which
|
||||||
cmake
|
cmake
|
||||||
clang
|
llvmPackages.clang
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue