The emulator needs file in its PATH and alsaLib

This commit is contained in:
Sander van der Burg
2013-08-05 22:18:56 +02:00
parent 7019b685de
commit f5f5f69ef0
2 changed files with 8 additions and 5 deletions
@@ -36,7 +36,7 @@ rec {
androidsdk = import ./androidsdk.nix {
inherit (pkgs) stdenv fetchurl unzip makeWrapper;
inherit (pkgs) freetype fontconfig gtk atk mesa;
inherit (pkgs) freetype fontconfig gtk atk mesa file alsaLib;
inherit (pkgs.xorg) libX11 libXext libXrender libxcb libXau libXdmcp;
inherit platformTools buildTools support platforms sysimages addons;
@@ -49,6 +49,7 @@ rec {
libXdmcp_32bit = pkgs_i686.xorg.libXdmcp;
libXext_32bit = pkgs_i686.xorg.libXext;
mesa_32bit = pkgs_i686.mesa;
alsaLib_32bit = pkgs_i686.alsaLib;
};
androidsdk_4_1 = androidsdk {