Unverified Commit 5d4857bc authored by Theodore Ni's avatar Theodore Ni
Browse files

apachetomcatscanner: remove duplicate script

parent 30a4bbc8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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