Merge pull request #224892 from amjoseph-nixpkgs/pr/crate-overrides/prost-build
This commit is contained in:
commit
bb70c6cba3
1 changed files with 5 additions and 0 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue