androidenv: do not copy verbosely
Verbose copying can exceed hydra's output limit, causing spurious failures. For example, see: https://hydra.nixos.org/eval/1644892?filter=android
This commit is contained in:
parent
15a64b2fac
commit
b98bfb6536
@ -29,7 +29,7 @@ stdenv.mkDerivation ({
|
|||||||
packageBaseDir=$out/libexec/android-sdk/${package.path}
|
packageBaseDir=$out/libexec/android-sdk/${package.path}
|
||||||
mkdir -p $packageBaseDir
|
mkdir -p $packageBaseDir
|
||||||
cd $packageBaseDir
|
cd $packageBaseDir
|
||||||
cp -av $sourceRoot/* .
|
cp -a $sourceRoot/* .
|
||||||
${patchInstructions}
|
${patchInstructions}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user