6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-7iQOQ81k2bPBber4ewyvDy82s26j4P3Vv8MzSs04KAw=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
33 substituteInPlace pyproject.toml \
34 --replace "attrs~=21.4" "attrs>=21.4" \
35 --replace "docker~=5.0.3" "docker"
38 # Project has no tests
41 pythonImportsCheck = [
46 description = "Non-decompiling Android vulnerability scanner";
47 homepage = "https://github.com/alterakey/trueseeing";
48 license = with licenses; [ gpl3Plus ];
49 maintainers = with maintainers; [ fab ];