mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
materialize: drop redundant LIBCLANG_PATH
This commit is contained in:
parent
83bdb045f6
commit
88a5ce0975
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user