Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e1f55599cc8c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 780c2de2740a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 27, 2019

  1. 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.
    danieldk committed Mar 27, 2019
    Copy the full SHA
    715ec6e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Copy the full SHA
    780c2de View commit details
    Browse the repository at this point in the history