about summary refs log tree commit diff
path: root/pkgs/development/libraries/grpc
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-09-13 17:52:45 -0700
committerJonathan Ringer <jonringer117@gmail.com>2022-10-13 13:01:20 -0700
commit74f7adf0be941e8e126532e1cc6f5202f7278c60 (patch)
tree7278844f183e93cbd162856257dad8585c127135 /pkgs/development/libraries/grpc
parent4250a64798a900f66f5677a18535213ebdad118e (diff)
c-ares: remove passthru.cmake-config
Diffstat (limited to 'pkgs/development/libraries/grpc')
-rw-r--r--pkgs/development/libraries/grpc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix
index 4cba9c1b511b8..d44b85337ddcd 100644
--- a/pkgs/development/libraries/grpc/default.nix
+++ b/pkgs/development/libraries/grpc/default.nix
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake pkg-config ]
     ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) grpc;
   propagatedBuildInputs = [ c-ares re2 zlib abseil-cpp ];
-  buildInputs = [ c-ares.cmake-config openssl protobuf ]
+  buildInputs = [ openssl protobuf ]
     ++ lib.optionals stdenv.isLinux [ libnsl ];
 
   cmakeFlags = [