mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35: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,
|
sqlite,
|
||||||
zlib,
|
zlib,
|
||||||
stdenv,
|
stdenv,
|
||||||
clang,
|
|
||||||
darwin,
|
darwin,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -31,7 +30,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
clang
|
|
||||||
rustPlatform.bindgenHook
|
rustPlatform.bindgenHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue