python311Packages.jaxlib: expose bazel-build in passthru
...because jaxlib.src is cast into a string
This commit is contained in:
parent
7c5d24b376
commit
ed48cec6fb
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user