androidsdk: Make monitor and other commands to work

This commit is contained in:
taku0
2015-05-03 23:03:36 +09:00
parent dd89ec5785
commit d88736df6c
2 changed files with 10 additions and 5 deletions
@@ -40,7 +40,7 @@ rec {
androidsdk = import ./androidsdk.nix {
inherit (pkgs) stdenv fetchurl unzip makeWrapper;
inherit (pkgs) freetype fontconfig glib gtk atk mesa file alsaLib jdk;
inherit (pkgs) freetype fontconfig glib gtk atk mesa file alsaLib jdk coreutils;
inherit (pkgs.xorg) libX11 libXext libXrender libxcb libXau libXdmcp libXtst;
inherit platformTools buildTools support supportRepository platforms sysimages addons;