Skip to content

Commit

Permalink
Merge pull request #114616 from bobrik/ivan/grpcio-darwin
Browse files Browse the repository at this point in the history
python3Packages.grpcio: remove cctools from build inputs
  • Loading branch information
SuperSandro2000 committed Mar 1, 2021
2 parents c4e4ba0 + d191f22 commit 1f372a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/python-modules/grpcio/default.nix
@@ -1,6 +1,5 @@
{ lib, stdenv
, buildPythonPackage
, darwin
, grpc
, six
, protobuf
Expand All @@ -20,8 +19,7 @@ buildPythonPackage rec {

outputs = [ "out" "dev" ];

nativeBuildInputs = [ cython pkg-config ]
++ lib.optional stdenv.isDarwin darwin.cctools;
nativeBuildInputs = [ cython pkg-config ];

buildInputs = [ c-ares openssl zlib ];
propagatedBuildInputs = [ six protobuf ]
Expand Down

0 comments on commit 1f372a6

Please sign in to comment.