mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 22:47:28 +00:00
fail2ban: add pyinotify support
This commit is contained in:
parent
827a77d46d
commit
215541667b
@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pythonPath = with python3.pkgs;
|
||||
lib.optionals stdenv.isLinux [
|
||||
systemd
|
||||
pyinotify
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user