6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "Orange-Cyberdefense";
15 sha256 = "sha256-NbNXyR5aNKvRJU9JWGk/ndwU1bhNgDOdcRqBkAY9nPA=";
18 propagatedBuildInputs = with python3.pkgs; [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Tool to generate commands for security and network tools";
35 homepage = "https://github.com/Orange-Cyberdefense/arsenal";
36 license = with licenses; [ gpl3Only ];
37 maintainers = with maintainers; [ fab ];
38 mainProgram = "arsenal";