Skip to content

Commit

Permalink
pythonPackages.grpcio: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 13, 2020
1 parent a8d6213 commit 36cb694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/grpcio/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 36cb694

Please sign in to comment.