overrides: Add grpcio-tools override

This commit is contained in:
adisbladis 2021-03-16 16:34:27 +02:00
parent 8790d1c615
commit ebd3696122
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -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 "") + ''