mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 New Issue
Block a user