cudaPackages.nsight_systems: patchShebangs on all files (fixes #445783) (#456514)

This commit is contained in:
Gaétan Lepage
2025-10-28 21:29:33 +00:00
committed by GitHub
@@ -90,7 +90,7 @@ buildRedist (
for path in $rmPatterns; do
rm -r "$path"
done
patchShebangs nsight-systems
patchShebangs .
'';
nativeBuildInputs = [ wrapQtAppsHook ];