3
0
Fork 0
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:
Holger Wünsche 2020-04-13 13:16:40 +02:00
parent ee90904d5e
commit 054dc1412c
No known key found for this signature in database
GPG key ID: AA534CBC32134FC4

View file

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