Remove redundant "building /nix/store/..." message
Nix already says that, so no need to repeat it.
This commit is contained in:
parent
45a74943b1
commit
39ca48fb9a
@ -888,8 +888,6 @@ showPhaseHeader() {
|
|||||||
|
|
||||||
|
|
||||||
genericBuild() {
|
genericBuild() {
|
||||||
header "building $out"
|
|
||||||
|
|
||||||
if [ -n "$buildCommand" ]; then
|
if [ -n "$buildCommand" ]; then
|
||||||
eval "$buildCommand"
|
eval "$buildCommand"
|
||||||
return
|
return
|
||||||
@ -933,8 +931,6 @@ genericBuild() {
|
|||||||
|
|
||||||
stopNest
|
stopNest
|
||||||
done
|
done
|
||||||
|
|
||||||
stopNest
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user