Remove imjtool
This commit is contained in:
parent
291963f957
commit
eae48ae758
29
packages.nix
29
packages.nix
@ -143,34 +143,5 @@ in {
|
|||||||
--start-maximized \
|
--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
|
|
||||||
'';
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user