File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 19
19
python3 ,
20
20
arrow-cpp ,
21
21
} :
22
+ let
23
+ dynamic-lookup-darwin-patch = fetchpatch {
24
+ url = "https://raw.githubusercontent.com/NixOS/nixpkgs/c2525c85faca142c7cc49b4a163334aa92daac11/pkgs/by-name/gr/grpc/dynamic-lookup-darwin.patch" ;
25
+ hash = "sha256-JwEXAc6JmKUvIQjaOPLtCjatM/fLqldvccK2kG01kwY=" ;
26
+ } ;
27
+ in
22
28
23
29
# This package should be updated together with all related python grpc packages
24
30
# to ensure compatibility.
@@ -50,7 +56,7 @@ stdenv.mkDerivation rec {
50
56
hash = "sha256-Lm0GQsz/UjBbXXEE14lT0dcRzVmCKycrlrdBJj+KLu8=" ;
51
57
} )
52
58
# fix build of 1.63.0 and newer on darwin: https://github.com/grpc/grpc/issues/36654
53
- ] ++ ( lib . optional stdenv . hostPlatform . isDarwin ./ dynamic-lookup-darwin. patch) ;
59
+ ] ++ ( lib . optional stdenv . hostPlatform . isDarwin dynamic-lookup-darwin- patch ) ;
54
60
55
61
nativeBuildInputs = [
56
62
cmake
You can’t perform that action at this time.
0 commit comments