materialize: drop redundant LIBCLANG_PATH

This commit is contained in:
Nick Cao 2024-04-30 09:48:45 -04:00
parent 83bdb045f6
commit 88a5ce0975
No known key found for this signature in database

View File

@ -70,7 +70,6 @@ rustPlatform.buildRustPackage rec {
# needed for internal protobuf c wrapper library
env.PROTOC = "${protobuf}/bin/protoc";
env.PROTOC_INCLUDE = "${protobuf}/include";
env.LIBCLANG_PATH = "${libclang.lib}/lib";
# needed to dynamically link rdkafka
env.CARGO_FEATURE_DYNAMIC_LINKING=1;