Unverified Commit e4b521fe authored by Yi-Jyun Pan's avatar Yi-Jyun Pan
Browse files
parent f6328c06
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ python3.pkgs.buildPythonApplication rec {
    lib.optionals stdenv.isLinux [
      systemd
      pyinotify

      # https://github.com/fail2ban/fail2ban/issues/3787, remove it in the next release
      setuptools
    ];

  preConfigure = ''