mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
buildBazelPackage: Pass --curses=no for terse logs
This commit is contained in:
parent
6bd1daaf0f
commit
1bf1417a3f
@ -214,6 +214,7 @@ in stdenv.mkDerivation (fBuildAttrs // {
|
||||
--output_base="$bazelOut" \
|
||||
--output_user_root="$bazelUserRoot" \
|
||||
build \
|
||||
--curses=no \
|
||||
-j $NIX_BUILD_CORES \
|
||||
"''${copts[@]}" \
|
||||
"''${host_copts[@]}" \
|
||||
|
Loading…
Reference in New Issue
Block a user