stdenv: Remove redundant "building ..." message

Nix already shows what paths are being built.
This commit is contained in:
Eelco Dolstra
2015-01-12 13:04:26 +01:00
parent 9b7b2ce8eb
commit 71c3c19638
-4
View File
@@ -783,8 +783,6 @@ showPhaseHeader() {
genericBuild() {
header "building $out"
if [ -n "$buildCommand" ]; then
eval "$buildCommand"
return
@@ -828,8 +826,6 @@ genericBuild() {
stopNest
done
stopNest
}