grpc: drop patch to fix build for 1.74 on darwin

Bryan Lai bb24041a 32f313e4

Changed files
-6
pkgs
by-name
gr
-6
pkgs/by-name/gr/grpc/package.nix
···
stdenv,
fetchFromGitHub,
fetchpatch,
-
fetchurl,
buildPackages,
cmake,
zlib,
···
++ lib.optionals stdenv.hostPlatform.isDarwin [
# fix build of 1.63.0 and newer on darwin: https://github.com/grpc/grpc/issues/36654
./dynamic-lookup-darwin.patch
-
# https://github.com/grpc/grpc/issues/39170
-
(fetchurl {
-
url = "https://raw.githubusercontent.com/rdhafidh/vcpkg/0ae97b7b81562bd66ab99d022551db1449c079f9/ports/grpc/00017-add-src-upb.patch";
-
hash = "sha256-0zaJqeCM90DTtUR6xCUorahUpiJF3D/KODYkUXQh2ok=";
-
})
];
nativeBuildInputs = [