default-crate-overrides.nix: prost-build needs protobuf

This commit is contained in:
Adam Joseph
2023-04-05 15:40:17 -07:00
parent c2f2239d92
commit 476fde08af
@@ -35,6 +35,7 @@
, libevdev
, alsa-lib
, graphene
, protobuf
, ...
}:
@@ -207,6 +208,10 @@ in
buildInputs = [ postgresql ];
};
prost-build = attr: {
nativeBuildInputs = [ protobuf ];
};
rdkafka-sys = attr: {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ rdkafka ];