mchprs: remove unused clang from build closure

This commit is contained in:
sodiboo 2024-12-03 01:11:52 +01:00 committed by aleksana
parent 661900b399
commit c3e0876a96

View file

@ -7,7 +7,6 @@
sqlite,
zlib,
stdenv,
clang,
darwin,
}:
@ -31,7 +30,6 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
pkg-config
clang
rustPlatform.bindgenHook
];