mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Merge pull request #14318 from cole-h/remove-useless-fmt
libstore: remove useless fmt
This commit is contained in:
commit
7e8db2eb59
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