9 stdenvNoCC.mkDerivation (finalAttrs: {
14 url = "https://github.com/pxb1988/dex2jar/releases/download/v${finalAttrs.version}/dex-tools-v${finalAttrs.version}.zip";
15 hash = "sha256-7nxF6zwdJHSmFF2NRH5lGnNqItlmS209O+WlqBfdojo=";
18 nativeBuildInputs = [ makeWrapper unzip ];
32 n=$(basename ''${i%.sh})
33 makeWrapper $i $out/bin/$n --prefix PATH : ${lib.makeBinPath [ jre ] }
38 homepage = "https://github.com/pxb1988/dex2jar";
39 description = "Tools to work with android .dex and java .class files";
40 maintainers = with maintainers; [ makefu ];
41 sourceProvenance = with sourceTypes; [ binaryBytecode ];
42 license = licenses.asl20;
43 platforms = platforms.unix;