Make "nix-env -i android-sdk" DTRT

This commit is contained in:
Eelco Dolstra 2012-11-08 16:38:38 +01:00
parent 8fccca30f1
commit e89eab8893
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@
{platformVersions, useGoogleAPIs}:
stdenv.mkDerivation {
name = "android-sdk-linux-20.0.3";
name = "android-sdk-20.0.3";
src = if (stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux")
then fetchurl {

View file

@ -407,6 +407,8 @@ let
pkgs_i686 = pkgsi686Linux;
};
inherit (androidenv) androidsdk_4_1;
aria = builderDefsPackage (import ../tools/networking/aria) { };
aria2 = callPackage ../tools/networking/aria2 { };