mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Rename logging->stdout to logging->stdout_
musl doesn't like this identifier
This commit is contained in:
parent
58bc3b6578
commit
88cf6ffce3
7 changed files with 9 additions and 9 deletions
|
@ -65,7 +65,7 @@ struct CmdEval : MixJSON, InstallableCommand
|
|||
printValueAsJSON(*state, true, *v, jsonOut, context);
|
||||
} else {
|
||||
state->forceValueDeep(*v);
|
||||
logger->stdout("%s", *v);
|
||||
logger->stdout_("%s", *v);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue