mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
androidenv: fix error with obsolete quotation
This commit is contained in:
parent
647bca444c
commit
770741b5b4
|
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
mv "bin/*-${if release then "release" else "debug"}.apk" $out
|
||||
mv bin/*-${if release then "release" else "debug"}.apk $out
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
echo "file binary-dist \"$(echo $out/*.apk)\"" > $out/nix-support/hydra-build-products
|
||||
|
|
Loading…
Reference in a new issue