androidenv: version buildTools and add buildToolsVersions sdk argument

This commit is contained in:
Nick Novitski
2018-10-26 22:09:47 -07:00
parent 4a0ae5d7d6
commit d861da151f
9 changed files with 865 additions and 54 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
mkdir -p "$out/bin"
makeWrapper "${jre}/bin/java" "$out/bin/apktool" \
--add-flags "-jar $out/libexec/apktool/apktool.jar" \
--prefix PATH : "${buildTools}/build-tools/25.0.1/"
--prefix PATH : "${buildTools.v25_0_1}/build-tools/25.0.1/"
'';
meta = with stdenv.lib; {