From 8c2e8010a01f71292980cdf233de932adac3012a Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 13 Dec 2023 15:40:47 +0100 Subject: [PATCH] grpc: add jaxlib in passthru.tests --- pkgs/development/libraries/grpc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix index 631bfa72b51a..bcdd9274d091 100644 --- a/pkgs/development/libraries/grpc/default.nix +++ b/pkgs/development/libraries/grpc/default.nix @@ -99,7 +99,7 @@ stdenv.mkDerivation rec { enableParallelBuilds = true; passthru.tests = { - inherit (python3.pkgs) grpcio-status grpcio-tools; + inherit (python3.pkgs) grpcio-status grpcio-tools jaxlib; inherit arrow-cpp; };