Loading pkgs/development/cuda-modules/tensorrt/fixup.nix +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ finalAttrs: prevAttrs: { # We need to look inside the extracted output to get the files we need. sourceRoot = "TensorRT-${finalAttrs.version}"; buildInputs = prevAttrs.buildInputs ++ [ finalAttrs.passthru.cudnn.lib ]; buildInputs = prevAttrs.buildInputs ++ [ (finalAttrs.passthru.cudnn.lib or null) ]; preInstall = (prevAttrs.preInstall or "") Loading Loading
pkgs/development/cuda-modules/tensorrt/fixup.nix +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ finalAttrs: prevAttrs: { # We need to look inside the extracted output to get the files we need. sourceRoot = "TensorRT-${finalAttrs.version}"; buildInputs = prevAttrs.buildInputs ++ [ finalAttrs.passthru.cudnn.lib ]; buildInputs = prevAttrs.buildInputs ++ [ (finalAttrs.passthru.cudnn.lib or null) ]; preInstall = (prevAttrs.preInstall or "") Loading