pythonPackages.grpcio: fix build on Darwin
Builds on Darwin have started to fail recently. This seems to be caused by a check in Makefile that verifies whether the system is able to build BoringSSL. This check attempts to compile test/build/boringssl.c, which is absent in PyPI archives of grpcio. This change builds the grpcio module directly from the grpc git repository, so that all the files that are necessary for checks are present. Affects #56826 since darwin builds of this derivation on nixpkgs-19.03 fail.
parent
3fc3096d
Please register or sign in to comment