From ebd369612213a2fb4e2c7133d1997e0dfb9dccf6 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Tue, 16 Mar 2021 16:34:27 +0200 Subject: [PATCH] overrides: Add grpcio-tools override --- overrides.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overrides.nix b/overrides.nix index 292c111..21f2fdb 100644 --- a/overrides.nix +++ b/overrides.nix @@ -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 "") + ''