mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
flutter.engine: less verbose building
This commit is contained in:
parent
12e6408a61
commit
9f0188e6cd
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user