Merge pull request #131603 from Stunkymonkey/apktool-phases

apktool: deprecate phases
This commit is contained in:
Sandro 2021-07-27 08:00:34 +00:00 committed by GitHub
commit 642b5636e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1r4z0z2c1drjd4ynpf36dklxs3hq1wdnzh63mk2yk4mmk75xg4mk";
};
phases = [ "installPhase" ];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];