mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Use getStandardError()
This commit is contained in:
parent
bc66a9bbcf
commit
c0c14698a3
3 changed files with 3 additions and 3 deletions
|
@ -2225,7 +2225,7 @@ void LocalDerivationGoal::runChild()
|
|||
/* Execute the program. This should not return. */
|
||||
if (drv->isBuiltin()) {
|
||||
try {
|
||||
logger = makeJSONLogger(STDERR_FILENO);
|
||||
logger = makeJSONLogger(getStandardError());
|
||||
|
||||
std::map<std::string, Path> outputs;
|
||||
for (auto & e : drv->outputs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue