6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-5IHJXlpHZJFKj7rdmRsWA5FXZFJf3usGsLgXx1cYEmU=";
18 build-system = with python3.pkgs; [
22 pythonRelaxDeps = true;
24 dependencies = with python3.pkgs; [
39 # Project has no tests
42 pythonImportsCheck = [
47 description = "Non-decompiling Android vulnerability scanner";
48 homepage = "https://github.com/alterakey/trueseeing";
49 changelog = "https://github.com/alterakey/trueseeing/releases/tag/v${version}";
50 license = with licenses; [ gpl3Plus ];
51 maintainers = with maintainers; [ fab ];
52 mainProgram = "trueseeing";