mchprs: remove unused clang from build closure

This commit is contained in:
sodiboo
2024-12-06 08:56:13 +08:00
committed by aleksana
parent 661900b399
commit c3e0876a96
-2
View File
@@ -7,7 +7,6 @@
sqlite,
zlib,
stdenv,
clang,
darwin,
}:
@@ -31,7 +30,6 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
pkg-config
clang
rustPlatform.bindgenHook
];