jaxlib-bin: use pkgs.autoAddDriverRunpath

This commit is contained in:
Jonathan Ringer
2024-03-30 11:24:01 -07:00
parent c8f981bfaa
commit 46f73d4d2f
@@ -5,6 +5,7 @@
# See `python3Packages.jax.passthru` for CUDA tests.
{ absl-py
, autoAddDriverRunpath
, autoPatchelfHook
, buildPythonPackage
, config
@@ -23,7 +24,7 @@
}:
let
inherit (cudaPackagesGoogle) autoAddDriverRunpath cudaVersion;
inherit (cudaPackagesGoogle) cudaVersion;
version = "0.4.24";