fail2ban: add pyinotify support

main
ppom 2 years ago committed by Bjørn Forsman
parent 827a77d46d
commit 215541667b
  1. 1
      pkgs/tools/security/fail2ban/default.nix

@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
pythonPath = with python3.pkgs;
lib.optionals stdenv.isLinux [
systemd
pyinotify
];
patches = [

Loading…
Cancel
Save