Merge pull request #58977 from illegalprime/writeShellScriptBin-cross
writeShellScriptBin: use build-time shell in check phase
Matthew Bauer 6 years ago f718a12c acbdaa56
··· 149 149 ${text} 150 150 ''; 151 151 checkPhase = '' 152 152 - ${runtimeShell} -n $out/bin/${name} 152 152 + ${stdenv.shell} -n $out/bin/${name} 153 153 ''; 154 154 }; 155 155