Merge pull request #224892 from amjoseph-nixpkgs/pr/crate-overrides/prost-build
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user