diff --git a/src/libstore/build.cc b/src/libstore/build.cc index ad450a916..2e3875551 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -1439,7 +1439,8 @@ void DerivationGoal::buildDone() outputLocks.unlock(); } catch (BuildError & e) { - printMsg(lvlError, e.msg()); + if (!hook) + printMsg(lvlError, e.msg()); outputLocks.unlock(); buildUser.release();