flutter.engine: less verbose building

This commit is contained in:
Tristan Ross 2024-06-17 19:48:33 -07:00
parent 12e6408a61
commit 9f0188e6cd
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

View File

@ -209,7 +209,7 @@ stdenv.mkDerivation {
git add .
git config user.name "nobody"
git config user.email "nobody@local.host"
git commit -a -m "$rev"
git commit -a -m "$rev" --quiet
popd
done
@ -256,8 +256,7 @@ stdenv.mkDerivation {
--runtime-mode $runtimeMode \
--out-dir $out \
--target-sysroot $toolchain \
--target-dir $outName \
--verbose
--target-dir $outName
runHook postConfigure
'';