Skip to content

Commit 6a4ceb7

Browse files
committed
python3Packages.tensorrt: use pkgs.autoAddDriverRunpath
1 parent c8f981b commit 6a4ceb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{ lib
22
, python
3+
, autoAddDriverRunpath
34
, buildPythonPackage
45
, autoPatchelfHook
56
, unzip
@@ -22,7 +23,7 @@ buildPythonPackage rec {
2223
nativeBuildInputs = [
2324
unzip
2425
autoPatchelfHook
25-
cudaPackages.autoAddDriverRunpath
26+
autoAddDriverRunpath
2627
];
2728

2829
preUnpack = ''

0 commit comments

Comments
 (0)