Merge pull request #85155 from DieGoldeneEnte/coreclr-llvm

coreclr: get clang from llvmPackages
This commit is contained in:
Jörg Thalheim 2020-04-13 19:56:02 +01:00 committed by GitHub
commit 8696dc32f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 = [