Merge pull request #224892 from amjoseph-nixpkgs/pr/crate-overrides/prost-build

This commit is contained in:
figsoda
2023-04-05 20:27:51 -04:00
committed by GitHub
@@ -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 ];