apktool: set sourceRoot

Otherwise installation fails with the message that unpacking produced
no directories (which is true).
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-28 02:55:55 +02:00
parent 5960a652f1
commit 208bd8242d

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper ];
sourceRoot = ".";
installPhase = ''
install -D apktool.jar "$out/libexec/apktool/apktool.jar"
mkdir -p "$out/bin"