mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #138815 from bbigras/rdkafka-sys
This commit is contained in:
commit
385998ab44
@ -22,6 +22,7 @@
|
||||
, clang
|
||||
, llvmPackages
|
||||
, linux-pam
|
||||
, rdkafka
|
||||
, ...
|
||||
}:
|
||||
|
||||
@ -135,6 +136,11 @@ in
|
||||
buildInputs = [ postgresql ];
|
||||
};
|
||||
|
||||
rdkafka-sys = attr: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ rdkafka ];
|
||||
};
|
||||
|
||||
rink = attrs: {
|
||||
buildInputs = [ gmp ];
|
||||
crateBin = [{ name = "rink"; path = "src/bin/rink.rs"; }];
|
||||
|
Loading…
Reference in New Issue
Block a user