mirror of
https://github.com/nix-community/naersk
synced 2024-11-22 19:53:05 +00:00
Merge pull request #18 from basvandijk/remove-clang
Don't bring clang and LLVM into scope
This commit is contained in:
commit
e3715ccf5f
1 changed files with 0 additions and 9 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue