From 6e07691ed702bbaa6b5e18d51a9b055e122786c3 Mon Sep 17 00:00:00 2001 From: Nick Novitski Date: Wed, 24 Oct 2018 15:38:52 -0700 Subject: [PATCH] androidenv: remove `android` command from fetch.sh It's deprecated, and no longer prints the urls of any xml files for the script to parse. --- pkgs/development/mobile/androidenv/fetch.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/mobile/androidenv/fetch.sh b/pkgs/development/mobile/androidenv/fetch.sh index 2edbe6bf489..102f6aafb89 100755 --- a/pkgs/development/mobile/androidenv/fetch.sh +++ b/pkgs/development/mobile/androidenv/fetch.sh @@ -1,8 +1,5 @@ #! /usr/bin/env nix-shell -#! nix-shell -i bash --pure -p androidsdk curl libxslt - -# this shows a list of available xmls -android list sdk | grep 'Parse XML:' | cut -f8- -d\ # | xargs -n 1 curl -O +#! nix-shell -i bash --pure -p curl libxslt # we skip the intel addons, as they are Windows+osX only # we skip the default sys-img (arm?) because it is empty