Skip to content

Commit 46f73d4

Browse files
committed
jaxlib-bin: use pkgs.autoAddDriverRunpath
1 parent c8f981b commit 46f73d4

File tree

1 file changed

+2
-1
lines changed
  • pkgs/development/python-modules/jaxlib

1 file changed

+2
-1
lines changed

pkgs/development/python-modules/jaxlib/bin.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# See `python3Packages.jax.passthru` for CUDA tests.
66

77
{ absl-py
8+
, autoAddDriverRunpath
89
, autoPatchelfHook
910
, buildPythonPackage
1011
, config
@@ -23,7 +24,7 @@
2324
}:
2425

2526
let
26-
inherit (cudaPackagesGoogle) autoAddDriverRunpath cudaVersion;
27+
inherit (cudaPackagesGoogle) cudaVersion;
2728

2829
version = "0.4.24";
2930

0 commit comments

Comments
 (0)