writeShellScriptBin: use build-time shell in check phase
This commit is contained in:
@@ -149,7 +149,7 @@ rec {
|
|||||||
${text}
|
${text}
|
||||||
'';
|
'';
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${runtimeShell} -n $out/bin/${name}
|
${stdenv.shell} -n $out/bin/${name}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user