Fix emulate android job

This commit is contained in:
Sander van der Burg 2014-01-13 14:58:25 +01:00
parent 0583cb37e6
commit 4fd601d9ed

View File

@ -12,7 +12,8 @@ rec {
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
in in
import ./kitchensink { import ./kitchensink {
inherit (pkgs) fetchgit titaniumenv; inherit (pkgs) fetchgit;
titaniumenv = titaniumenv.override { inherit xcodeVersion; };
target = "android"; target = "android";
}); });