mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
add confluent-kafka
This commit is contained in:
parent
2df3a918ca
commit
4c802105bc
1 changed files with 8 additions and 0 deletions
|
@ -239,6 +239,14 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
confluent-kafka = super.confluent-kafka.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
pkgs.rdkafka
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
cryptography = super.cryptography.overridePythonAttrs (
|
||||
old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ])
|
||||
|
|
Loading…
Add table
Reference in a new issue