mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 22:37:30 +00:00
fail2ban: fix work with python3
This commit is contained in:
parent
ff882242ea
commit
5b6295c969
@ -47,6 +47,10 @@ python3.pkgs.buildPythonApplication {
|
||||
${python3.interpreter} setup.py install_data --install-dir=$out --root=$out
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
${stdenv.shell} ./fail2ban-2to3
|
||||
'';
|
||||
|
||||
postInstall = let
|
||||
sitePackages = "$out/${python3.sitePackages}";
|
||||
in ''
|
||||
|
Loading…
Reference in New Issue
Block a user