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, 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
]; ];