Add missing build dependency for Android

This commit is contained in:
Sander van der Burg
2014-01-15 14:55:35 +01:00
parent fd97be3501
commit 0a3fcd502e
2 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ rec {
};
buildApp = import ./build-app.nix {
inherit (pkgs) stdenv;
inherit (pkgs) stdenv jdk;
inherit (androidenv) androidsdk;
inherit (xcodeenv) xcodewrapper;
inherit titaniumsdk;