python311Packages.jaxlib: expose bazel-build in passthru

...because jaxlib.src is cast into a string
This commit is contained in:
Someone Serge 2024-07-01 00:32:10 +00:00
parent 7c5d24b376
commit ed48cec6fb

View File

@ -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;
};
}