1
0
Fork 0

Remove imjtool

master
dump_stack() 2022-05-11 14:32:28 +00:00
parent 291963f957
commit eae48ae758
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 0 additions and 29 deletions

View File

@ -143,34 +143,5 @@ in {
--start-maximized \
$@
'')
(stdenv.mkDerivation {
pname = "imjtool";
version = "1.0.0";
dontConfigure = true;
dontBuild = true;
dontStrip = true;
src = fetchurl {
url = "http://newandroidbook.com/tools/imjtool.tgz";
sha256 = "sha256:027zlxsssfffhrlgfamcjn4whcarm8gh687xswz3mbmyra0rgspd";
};
setSourceRoot = "sourceRoot=`pwd`";
nativeBuildInputs = [ autoPatchelfHook ];
buildInputs = [
zlib lzma bzip2
];
propagatedBuildInputs = [
lz4
];
installPhase = ''
mkdir -p $out/bin
cp imjtool.ELF64 $out/bin/imjtool
'';
})
];
}