1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 02:01:48 +02:00
This commit is contained in:
Eelco Dolstra 2014-12-12 13:41:00 +01:00
parent dcdb254281
commit ad790022fd
2 changed files with 3 additions and 3 deletions

View file

@ -1918,7 +1918,7 @@ void DerivationGoal::startBuilder()
options.allowVfork = !buildUser.enabled();
pid = startProcess([&]() {
runChild();
});
}, options);
/* parent */
pid.setSeparatePG(true);