fail2ban: add pyinotify support

This commit is contained in:
ppom 2022-04-18 02:16:20 +02:00 committed by Bjørn Forsman
parent 827a77d46d
commit 215541667b

View file

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