1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 14:32: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:
gustavderdrache 2025-05-23 18:58:37 -04:00 committed by GitHub
parent 61c3efb4f4
commit 562ed80bb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)),