mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
powershell: installCheck -> installCheckPhase
This commit is contained in:
parent
79b919e75b
commit
98ddb40d17
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
dontStrip = true;
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheck = ''
|
||||
installCheckPhase = ''
|
||||
$out/bin/pwsh --help > /dev/null
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue