Skip to content

Commit 926ec0e

Browse files
committed
python3Packages.jaxlib: use pkgs.autoAddDriverRunpath
1 parent c8f981b commit 926ec0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Build-time dependencies:
66
, addOpenGLRunpath
7+
, autoAddDriverRunpath
78
, bazel_6
89
, binutils
910
, buildBazelPackage
@@ -51,7 +52,7 @@
5152
}@inputs:
5253

5354
let
54-
inherit (cudaPackagesGoogle) autoAddDriverRunpath cudaFlags cudaVersion cudnn nccl;
55+
inherit (cudaPackagesGoogle) cudaFlags cudaVersion cudnn nccl;
5556

5657
pname = "jaxlib";
5758
version = "0.4.24";

0 commit comments

Comments
 (0)