mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
defaultCrateOverrides: add missing protobuf to crates
This commit is contained in:
parent
91cbda452b
commit
b561a29e4d
@ -218,6 +218,10 @@ in
|
||||
buildInputs = [ openssl ];
|
||||
};
|
||||
|
||||
opentelemetry-proto = attrs: {
|
||||
nativeBuildInputs = [ protobuf ];
|
||||
};
|
||||
|
||||
pam-sys = attr: {
|
||||
buildInputs = [ linux-pam ];
|
||||
};
|
||||
@ -236,6 +240,10 @@ in
|
||||
nativeBuildInputs = [ protobuf ];
|
||||
};
|
||||
|
||||
prost-wkt-types = attr: {
|
||||
nativeBuildInputs = [ protobuf ];
|
||||
};
|
||||
|
||||
rdkafka-sys = attr: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ rdkafka ];
|
||||
@ -299,6 +307,10 @@ in
|
||||
buildInputs = [ libsodium ];
|
||||
};
|
||||
|
||||
tonic-reflection = attrs: {
|
||||
nativeBuildInputs = [ protobuf ];
|
||||
};
|
||||
|
||||
xcb = attrs: {
|
||||
buildInputs = [ python3 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user