Skip to content

Commit

Permalink
materialize: drop redundant LIBCLANG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Apr 30, 2024
1 parent 83bdb04 commit 88a5ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/servers/sql/materialize/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 88a5ce0

Please sign in to comment.