grpc: add arrow-cpp to passthru.tests

reverse dependency is sensitive to changes as exhibited by
https://github.com/NixOS/nixpkgs/pull/182157
This commit is contained in:
Robert Scott
2022-08-06 00:33:26 +01:00
parent 1bbd743145
commit eae69ea5d4
@@ -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; {