diff options
| author | Léo Gaspard <leo@gaspard.io> | 2022-12-04 20:00:14 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-06 20:23:33 +0000 |
| commit | f0946c37404bc87ed5db7a7721d8f8a2ffd9cde8 (patch) | |
| tree | 130522395011e9636a30270a91229e468d69b98b | |
| parent | androidenv: use emulator from the path that makes it find qemu (diff) | |
| download | nixpkgs-origin/backport-202088-to-release-22.05.tar.gz | |
androidenv: add comment explaining why the link change is requiredorigin/backport-202088-to-release-22.05
(cherry picked from commit 3799540f9f1aa71daf72cb326dd161194a21982f)
| -rw-r--r-- | pkgs/development/mobile/androidenv/compose-android-packages.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/mobile/androidenv/compose-android-packages.nix b/pkgs/development/mobile/androidenv/compose-android-packages.nix index bf5f937edcde..9a542cafa27f 100644 --- a/pkgs/development/mobile/androidenv/compose-android-packages.nix +++ b/pkgs/development/mobile/androidenv/compose-android-packages.nix @@ -305,6 +305,7 @@ rec { ln -s $i $out/bin done + # the emulator auto-linked from platform-tools does not find its local qemu, while this one does ${lib.optionalString includeEmulator '' rm $out/bin/emulator ln -s $out/libexec/android-sdk/emulator/emulator $out/bin |
