Loading pkgs/tools/security/apachetomcatscanner/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "apachetomcatscanner"; version = "3.7.2"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "p0dalirius"; Loading @@ -21,6 +21,8 @@ python3.pkgs.buildPythonApplication rec { sed -i '/apachetomcatscanner=apachetomcatscanner\.__main__:main/d' setup.py ''; build-system = with python3.pkgs; [ setuptools ]; propagatedBuildInputs = with python3.pkgs; [ requests sectools Loading @@ -39,7 +41,7 @@ python3.pkgs.buildPythonApplication rec { mainProgram = "ApacheTomcatScanner"; homepage = "https://github.com/p0dalirius/ApacheTomcatScanner"; changelog = "https://github.com/p0dalirius/ApacheTomcatScanner/releases/tag/${version}"; license = with licenses; [ gpl2Only ]; license = licenses.gpl2Only; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/tools/security/apachetomcatscanner/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "apachetomcatscanner"; version = "3.7.2"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "p0dalirius"; Loading @@ -21,6 +21,8 @@ python3.pkgs.buildPythonApplication rec { sed -i '/apachetomcatscanner=apachetomcatscanner\.__main__:main/d' setup.py ''; build-system = with python3.pkgs; [ setuptools ]; propagatedBuildInputs = with python3.pkgs; [ requests sectools Loading @@ -39,7 +41,7 @@ python3.pkgs.buildPythonApplication rec { mainProgram = "ApacheTomcatScanner"; homepage = "https://github.com/p0dalirius/ApacheTomcatScanner"; changelog = "https://github.com/p0dalirius/ApacheTomcatScanner/releases/tag/${version}"; license = with licenses; [ gpl2Only ]; license = licenses.gpl2Only; maintainers = with maintainers; [ fab ]; }; }