mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
libstore: remove useless fmt
This commit is contained in:
parent
a4a49a9dae
commit
62247af363
1 changed files with 0 additions and 1 deletions
|
|
@ -239,7 +239,6 @@ Goal::Co DerivationBuildingGoal::tryToBuild()
|
||||||
: buildMode == bmCheck ? "checking outputs of '%s'"
|
: buildMode == bmCheck ? "checking outputs of '%s'"
|
||||||
: "building '%s'",
|
: "building '%s'",
|
||||||
worker.store.printStorePath(drvPath));
|
worker.store.printStorePath(drvPath));
|
||||||
fmt("building '%s'", worker.store.printStorePath(drvPath));
|
|
||||||
#ifndef _WIN32 // TODO enable build hook on Windows
|
#ifndef _WIN32 // TODO enable build hook on Windows
|
||||||
if (hook)
|
if (hook)
|
||||||
msg += fmt(" on '%s'", hook->machineName);
|
msg += fmt(" on '%s'", hook->machineName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue