python3Packages.tensorrt: use pkgs.autoAddDriverRunpath

This commit is contained in:
Jonathan Ringer
2024-03-30 11:31:48 -07:00
parent c8f981bfaa
commit 6a4ceb7cd7
@@ -1,5 +1,6 @@
{ lib
, python
, autoAddDriverRunpath
, buildPythonPackage
, autoPatchelfHook
, unzip
@@ -22,7 +23,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
unzip
autoPatchelfHook
cudaPackages.autoAddDriverRunpath
autoAddDriverRunpath
];
preUnpack = ''