From eae69ea5d4196a80faa7f13e461d2c6d9fc6342c Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sat, 6 Aug 2022 00:33:26 +0100 Subject: [PATCH] grpc: add arrow-cpp to passthru.tests reverse dependency is sensitive to changes as exhibited by https://github.com/NixOS/nixpkgs/pull/182157 --- pkgs/development/libraries/grpc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix index 006e4602fde94..55f1fb2790e68 100644 --- a/pkgs/development/libraries/grpc/default.nix +++ b/pkgs/development/libraries/grpc/default.nix @@ -16,6 +16,7 @@ # tests , python3 +, arrow-cpp }: stdenv.mkDerivation rec { @@ -92,6 +93,7 @@ stdenv.mkDerivation rec { passthru.tests = { inherit (python3.pkgs) grpcio-status grpcio-tools; + inherit arrow-cpp; }; meta = with lib; {