materialize: drop useless libclang

This commit is contained in:
Gaetan Lepage 2024-12-03 19:03:56 +01:00
parent 85bd7b3bce
commit 560b52ac96

View File

@ -13,7 +13,6 @@
darwin,
# buildInputs
libclang,
openssl,
rdkafka,
apple-sdk_11,
@ -138,7 +137,6 @@ rustPlatform.buildRustPackage rec {
buildInputs =
[
libclang
openssl
rdkafka
]