10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-cE7OhACLpRmbJWzMsGTidbbw9FOKBbz47LEJwTW6wck=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Static-analyzer and linter for the Cairo programming language";
39 homepage = "https://github.com/crytic/amarna";
40 license = licenses.agpl3Only;
41 maintainers = with maintainers; [ raitobezarius ];