7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-2KELqHa6lw9wdJBaC90vTZSjD7tfkr3K6yDNhqBQrR0=";
19 build-system = with python3.pkgs; [
23 pythonRelaxDeps = true;
25 dependencies = with python3.pkgs; [
41 # Project has no tests
44 pythonImportsCheck = [
49 description = "Non-decompiling Android vulnerability scanner";
50 homepage = "https://github.com/alterakey/trueseeing";
51 changelog = "https://github.com/alterakey/trueseeing/releases/tag/v${version}";
52 license = lib.licenses.gpl3Plus;
53 maintainers = [ lib.maintainers.fab ];
54 mainProgram = "trueseeing";