Merge pull request #196407 from viraptor/ruby-grpc-darwin

rubyPackages.grpc: fix darwin build
This commit is contained in:
Jörg Thalheim 2022-10-17 16:58:56 +02:00 committed by GitHub
commit f5471fc95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,7 +315,7 @@ in
};
grpc = attrs: {
nativeBuildInputs = [ pkg-config ] ++ lib.optional stdenv.isDarwin libtool;
nativeBuildInputs = [ pkg-config ] ++ lib.optional stdenv.isDarwin cctools;
buildInputs = [ openssl ];
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = toString [