7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "mvt-project";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-xDUjyvOsiweRqibTe7V8I/ABeaahCoR/d5w23qixp9A";
19 build-system = with python3.pkgs; [ setuptools ];
21 dependencies = with python3.pkgs; [
37 nativeCheckInputs = with python3.pkgs; [
44 description = "Tool to facilitate the consensual forensic analysis of Android and iOS devices";
45 homepage = "https://docs.mvt.re/en/latest/";
46 # https://github.com/mvt-project/mvt/blob/main/LICENSE
47 license = lib.licenses.unfree;
48 changelog = "https://github.com/mvt-project/mvt/releases/tag/v${version}";
49 maintainers = with lib.maintainers; [ PapayaJackal ];