mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 06:22:42 +01:00
Update src/libstore/unix/build/derivation-builder.cc
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
61c3efb4f4
commit
562ed80bb7
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ void DerivationBuilderImpl::startBuilder()
|
|||
if (!drvOptions.canBuildLocally(store, drv)) {
|
||||
auto msg = fmt(
|
||||
"Cannot build '%s'.\n"
|
||||
"Reason: " ANSI_RED "unmet system or feature dependency" ANSI_NORMAL "\n"
|
||||
"Reason: " ANSI_RED "required system or feature not available" ANSI_NORMAL "\n"
|
||||
"Required system: '%s' with features {%s}\n"
|
||||
"Current system: '%s' with features {%s}",
|
||||
Magenta(store.printStorePath(drvPath)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue