From f2c7593c1aa37a049df0679522ede969e77f4056 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 2 Aug 2019 01:55:21 -0500 Subject: [PATCH] grpc: fix darwin build --- pkgs/development/libraries/grpc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix index e91d57b0cd6a..81e90154aa5b 100644 --- a/pkgs/development/libraries/grpc/default.nix +++ b/pkgs/development/libraries/grpc/default.nix @@ -19,6 +19,7 @@ stdenv.mkDerivation rec { "-DgRPC_PROTOBUF_PROVIDER=package" "-DgRPC_GFLAGS_PROVIDER=package" "-DBUILD_SHARED_LIBS=ON" + "-DCMAKE_SKIP_BUILD_RPATH=OFF" ]; # CMake creates a build directory by default, this conflicts with the