mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01: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:
parent
b4c0495435
commit
4b14ebc16d
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ let
|
||||||
pkgs_i686 = pkgsi686Linux;
|
pkgs_i686 = pkgsi686Linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (androidenv) androidndk;
|
inherit (androidenv) androidsdk_4_4 androidndk;
|
||||||
|
|
||||||
androidsdk = androidenv.androidsdk_6_0;
|
androidsdk = androidenv.androidsdk_6_0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue