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
commit 1760566bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
{ lib
, python
, autoAddDriverRunpath
, buildPythonPackage
, autoPatchelfHook
, unzip
@ -22,7 +23,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
unzip
autoPatchelfHook
cudaPackages.autoAddDriverRunpath
autoAddDriverRunpath
];
preUnpack = ''