Merge pull request #300301 from jonringer/tensorrt-autoadd
python3Packages.tensorrt: use pkgs.autoAddDriverRunpath
This commit is contained in:
commit
1760566bfe
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib
|
||||
, python
|
||||
, autoAddDriverRunpath
|
||||
, buildPythonPackage
|
||||
, autoPatchelfHook
|
||||
, unzip
|
||||
|
@ -22,7 +23,7 @@ buildPythonPackage rec {
|
|||
nativeBuildInputs = [
|
||||
unzip
|
||||
autoPatchelfHook
|
||||
cudaPackages.autoAddDriverRunpath
|
||||
autoAddDriverRunpath
|
||||
];
|
||||
|
||||
preUnpack = ''
|
||||
|
|
Loading…
Reference in a new issue