Commit ed48cec6 authored by Someone Serge's avatar Someone Serge
Browse files

python311Packages.jaxlib: expose bazel-build in passthru

...because jaxlib.src is cast into a string
parent 7c5d24b3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -478,4 +478,9 @@ buildPythonPackage {
  # Without it there are complaints about libcudart.so.11.0 not being found
  # because RPATH path entries added above are stripped.
  dontPatchELF = cudaSupport;

  passthru = {
    # Note "bazel.*.tar.gz" can be accessed as `jaxlib.bazel-build.deps`
    inherit bazel-build;
  };
}