nixpkgs/pkgs/development/tools/build-managers/ninja
pennae 2f2fa58e4d ninja: pipe ninja output through cat in hooks
ninja build progress output is not line-base, it overwrites the same
line over and over again with its progress reporting. nix is line-based
though, so ninja-based builds have their progress hidden. pipe ninja
output through cat to avoid this.
2021-12-09 09:43:36 +01:00
..
default.nix pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
setup-hook.sh ninja: pipe ninja output through cat in hooks 2021-12-09 09:43:36 +01:00