Merge pull request #58977 from illegalprime/writeShellScriptBin-cross
writeShellScriptBin: use build-time shell in check phase
This commit is contained in:
commit
f718a12c26
@ -149,7 +149,7 @@ rec {
|
|||||||
${text}
|
${text}
|
||||||
'';
|
'';
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${runtimeShell} -n $out/bin/${name}
|
${stdenv.shell} -n $out/bin/${name}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user