mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
stdenv: fix typo
This commit is contained in:
parent
c1d6d547af
commit
e2665b3080
@ -1622,7 +1622,7 @@ runPhase() {
|
||||
if [[ "$curPhase" = installCheckPhase && -z "${doInstallCheck:-}" ]]; then return; fi
|
||||
if [[ "$curPhase" = distPhase && -z "${doDist:-}" ]]; then return; fi
|
||||
|
||||
nixLog "@nix { \"action\": \"setPhase\", \"phase\": \"$currPhase\" }"
|
||||
nixLog "@nix { \"action\": \"setPhase\", \"phase\": \"$curPhase\" }"
|
||||
|
||||
showPhaseHeader "$curPhase"
|
||||
dumpVars
|
||||
|
Loading…
Reference in New Issue
Block a user