pythonPackages.grpcio: fix build
This commit is contained in:
parent
a8d6213726
commit
36cb6946ef
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ buildPythonPackage rec {
|
|||
|
||||
preBuild = stdenv.lib.optionalString stdenv.isDarwin "unset AR";
|
||||
|
||||
GRPC_BUILD_WITH_BORING_SSL_ASM = "";
|
||||
GRPC_PYTHON_BUILD_SYSTEM_OPENSSL = 1;
|
||||
GRPC_PYTHON_BUILD_SYSTEM_ZLIB = 1;
|
||||
GRPC_PYTHON_BUILD_SYSTEM_CARES = 1;
|
||||
|
|
Loading…
Reference in a new issue