fail2ban: Fix for darwin
This commit is contained in:
parent
37bd69672d
commit
be26c8471a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
in
|
||||
''
|
||||
# see https://github.com/NixOS/nixpkgs/issues/4968
|
||||
rm -r ${sitePackages}/etc ${sitePackages}/usr
|
||||
rm -rf ${sitePackages}/etc ${sitePackages}/usr
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue