Commit 6898ae84 authored by Connor Baker's avatar Connor Baker
Browse files

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

parent 2d94c278
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ buildRedist (
      for path in $rmPatterns; do
        rm -r "$path"
      done
      patchShebangs nsight-systems
      patchShebangs .
    '';

    nativeBuildInputs = [ wrapQtAppsHook ];