mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: Add grpcio-tools override
This commit is contained in:
parent
8790d1c615
commit
ebd3696122
1 changed files with 4 additions and 0 deletions
|
@ -288,6 +288,10 @@ self: super:
|
|||
DISABLE_LIBC_COMPATIBILITY = 1;
|
||||
});
|
||||
|
||||
grpcio-tools = super.grpcio-tools.overridePythonAttrs (old: {
|
||||
outputs = [ "out" "dev" ];
|
||||
});
|
||||
|
||||
h3 = super.h3.overridePythonAttrs (
|
||||
old: {
|
||||
preBuild = (old.preBuild or "") + ''
|
||||
|
|
Loading…
Add table
Reference in a new issue