The android utility's GUI should work and wrapper scripts in bin/ are replaced by symlinks

This commit is contained in:
Sander van der Burg
2013-08-07 22:12:44 +02:00
parent e7e4551baa
commit a9b4851b74
2 changed files with 15 additions and 15 deletions
@@ -36,8 +36,8 @@ rec {
androidsdk = import ./androidsdk.nix {
inherit (pkgs) stdenv fetchurl unzip makeWrapper;
inherit (pkgs) freetype fontconfig gtk atk mesa file alsaLib;
inherit (pkgs.xorg) libX11 libXext libXrender libxcb libXau libXdmcp;
inherit (pkgs) freetype fontconfig glib gtk atk mesa file alsaLib;
inherit (pkgs.xorg) libX11 libXext libXrender libxcb libXau libXdmcp libXtst;
inherit platformTools buildTools support platforms sysimages addons;