mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #58977 from illegalprime/writeShellScriptBin-cross
writeShellScriptBin: use build-time shell in check phase
This commit is contained in:
commit
f718a12c26
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