Unverified Commit 69875d5b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents b4edd03f 6898ae84
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 ];