Loading
chromium: set `TERM=dumb` for `ninja`
In pkgs/development/tools/build-managers/ninja/setup-hook.sh, `ninjaBuildPhase()` sets `TERM=dumb` for the invocation of `ninja` in order to get progress output even when running on a remote builder. Let's do the same here, since we don't use `ninjaBuildPhase()`.