androidenv/emulate-app: use runtimeShell instead of stdenv.shell

See also https://github.com/NixOS/nixpkgs PR 56408.
This commit is contained in:
Luca Favatella
2020-08-16 10:27:37 +00:00
committed by Alyssa Ross
parent b3909d1cb1
commit 7802608649
2 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ rec {
};
emulateApp = import ./emulate-app.nix {
inherit (pkgs) stdenv lib;
inherit (pkgs) stdenv lib runtimeShell;
inherit composeAndroidPackages;
};