writeShellScriptBin: use build-time shell in check phase
This commit is contained in:
parent
10c53e25df
commit
53b0027fb4
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ rec {
|
|||
${text}
|
||||
'';
|
||||
checkPhase = ''
|
||||
${runtimeShell} -n $out/bin/${name}
|
||||
${stdenv.shell} -n $out/bin/${name}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue