mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
mchprs: remove unused clang from build closure
This commit is contained in:
parent
661900b399
commit
c3e0876a96
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
sqlite,
|
||||
zlib,
|
||||
stdenv,
|
||||
clang,
|
||||
darwin,
|
||||
}:
|
||||
|
||||
|
@ -31,7 +30,6 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
clang
|
||||
rustPlatform.bindgenHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue