coursier: patch shebang to make it work in the nix sandboxes

Before `/usr/bin/env sh` was in the script.

+1
+1
pkgs/development/tools/coursier/default.nix
··· 13 13 14 14 buildCommand = '' 15 15 install -Dm555 $src $out/bin/coursier 16 + patchShebangs $out/bin/coursier 16 17 wrapProgram $out/bin/coursier --prefix PATH ":" ${jre}/bin 17 18 ''; 18 19