jaxlib-bin: use pkgs.autoAddDriverRunpath

This commit is contained in:
Jonathan Ringer 2024-03-30 11:24:01 -07:00
parent c8f981bfaa
commit 46f73d4d2f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

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