cudaPackages.nsight_systems: fix stub linking
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
boost178,
|
||||
buildRedist,
|
||||
cuda_cudart,
|
||||
cuda_nvml_dev,
|
||||
e2fsprogs,
|
||||
gst_all_1,
|
||||
lib,
|
||||
@@ -97,6 +98,7 @@ buildRedist {
|
||||
qt6.qtwayland
|
||||
boost178
|
||||
(lib.getOutput "stubs" cuda_cudart)
|
||||
(lib.getOutput "stubs" cuda_nvml_dev)
|
||||
e2fsprogs
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gstreamer
|
||||
@@ -130,8 +132,9 @@ buildRedist {
|
||||
patchelf --replace-needed libtiff.so.5 libtiff.so "''${!outputBin}/${hostDir}/Plugins/imageformats/libqtiff.so"
|
||||
'';
|
||||
|
||||
autoPatchelfIgnoreMissingDeps = [
|
||||
"libnvidia-ml.so.1"
|
||||
extraAutoPatchelfLibs = [
|
||||
"${lib.getOutput "stubs" cuda_cudart}/lib/stubs"
|
||||
"${lib.getOutput "stubs" cuda_nvml_dev}/lib/stubs"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user