apktool: set sourceRoot
Otherwise installation fails with the message that unpacking produced no directories (which is true).
This commit is contained in:
parent
5960a652f1
commit
208bd8242d
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
installPhase = ''
|
||||
install -D apktool.jar "$out/libexec/apktool/apktool.jar"
|
||||
mkdir -p "$out/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user