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
commit bb70c6cba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@
, libevdev , libevdev
, alsa-lib , alsa-lib
, graphene , graphene
, protobuf
, ... , ...
}: }:
@ -207,6 +208,10 @@ in
buildInputs = [ postgresql ]; buildInputs = [ postgresql ];
}; };
prost-build = attr: {
nativeBuildInputs = [ protobuf ];
};
rdkafka-sys = attr: { rdkafka-sys = attr: {
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ rdkafka ]; buildInputs = [ rdkafka ];