stdenv: Remove redundant "building ..." message
Nix already shows what paths are being built.
This commit is contained in:
parent
9b7b2ce8eb
commit
71c3c19638
@ -783,8 +783,6 @@ showPhaseHeader() {
|
||||
|
||||
|
||||
genericBuild() {
|
||||
header "building $out"
|
||||
|
||||
if [ -n "$buildCommand" ]; then
|
||||
eval "$buildCommand"
|
||||
return
|
||||
@ -828,8 +826,6 @@ genericBuild() {
|
||||
|
||||
stopNest
|
||||
done
|
||||
|
||||
stopNest
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user