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
|
||||
, alsa-lib
|
||||
, graphene
|
||||
, protobuf
|
||||
, ...
|
||||
}:
|
||||
|
||||
|
@ -207,6 +208,10 @@ in
|
|||
buildInputs = [ postgresql ];
|
||||
};
|
||||
|
||||
prost-build = attr: {
|
||||
nativeBuildInputs = [ protobuf ];
|
||||
};
|
||||
|
||||
rdkafka-sys = attr: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ rdkafka ];
|
||||
|
|
Loading…
Reference in a new issue