Don't bring clang and LLVM into scope

This commit is contained in:
Bas van Dijk 2019-10-08 09:53:28 +02:00
parent 06af67108c
commit d1b03d167c

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 =