Loading pkgs/tools/security/apachetomcatscanner/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,12 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-ChVVXUjm6y71iRs64Kv63oiOG1GSqmx6J0YiGtEI0ao="; }; # Posted a PR for discussion upstream that can be followed: # https://github.com/p0dalirius/ApacheTomcatScanner/pull/32 postPatch = '' sed -i '/apachetomcatscanner=apachetomcatscanner\.__main__:main/d' setup.py ''; propagatedBuildInputs = with python3.pkgs; [ requests sectools Loading Loading
pkgs/tools/security/apachetomcatscanner/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,12 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-ChVVXUjm6y71iRs64Kv63oiOG1GSqmx6J0YiGtEI0ao="; }; # Posted a PR for discussion upstream that can be followed: # https://github.com/p0dalirius/ApacheTomcatScanner/pull/32 postPatch = '' sed -i '/apachetomcatscanner=apachetomcatscanner\.__main__:main/d' setup.py ''; propagatedBuildInputs = with python3.pkgs; [ requests sectools Loading