about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-12-13 15:40:47 +0100
committerMartin Weinelt <mweinelt@users.noreply.github.com>2023-12-13 15:49:25 +0100
commit8c2e8010a01f71292980cdf233de932adac3012a (patch)
treee98f7e93b632649707e48e70c242142bcd07cf3b
parentc2e94bdd940c459899ffed0c0437b688ae767e08 (diff)
grpc: add jaxlib in passthru.tests
-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 631bfa72b51a0..bcdd9274d091b 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;
   };