Merge pull request #18 from basvandijk/remove-clang

Don't bring clang and LLVM into scope
This commit is contained in:
Nicolas Mattia 2019-10-08 10:20:43 +02:00 committed by GitHub
commit e3715ccf5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,13 +94,6 @@ with rec
buildInputs =
[ cargo
# needed for "dsymutil"
llvmPackages.stdenv.cc.bintools
# needed for "cc"
llvmPackages.stdenv.cc
# needed at various steps in the build
jq
rsync
@ -110,8 +103,6 @@ with rec
darwin.cf-private
]) ++ buildInputs;
LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib";
CXX="clang++";
RUSTC="${rustc}/bin/rustc";
configurePhase =