1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

androidsdk: re-inherit androidsdk_4_4 in all-packages

This was removed in f93e14fa76
but is still used by the `idea` expression.
This commit is contained in:
Tobias Geerinckx-Rice 2016-01-04 19:37:18 +01:00
parent b4c0495435
commit 4b14ebc16d

View file

@ -629,7 +629,7 @@ let
pkgs_i686 = pkgsi686Linux;
};
inherit (androidenv) androidndk;
inherit (androidenv) androidsdk_4_4 androidndk;
androidsdk = androidenv.androidsdk_6_0;