Merge pull request #300301 from jonringer/tensorrt-autoadd

python3Packages.tensorrt: use pkgs.autoAddDriverRunpath
This commit is contained in:
Someone
2024-03-30 22:49:44 +00:00
committed by GitHub
@@ -1,5 +1,6 @@
{ lib
, python
, autoAddDriverRunpath
, buildPythonPackage
, autoPatchelfHook
, unzip
@@ -22,7 +23,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
unzip
autoPatchelfHook
cudaPackages.autoAddDriverRunpath
autoAddDriverRunpath
];
preUnpack = ''