summary refs log tree commit diff
path: root/pkgs/tools/security/fail2ban
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-01-06 22:35:39 +0000
committerDomen Kožar <domen@dev.si>2014-02-20 01:19:15 +0100
commitfae6079a01b604cdaaab2ecb9bf48368be31255e (patch)
tree3a7050a583b9cad68653f4c4066afbdbae5767f9 /pkgs/tools/security/fail2ban
parent6adfd13dd4b28546e4ea0dfa4e28727b94c891e9 (diff)
downloadnixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.gz
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.bz2
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.lz
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.xz
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.zst
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.zip
adopt rest of the packages that were failing with the buildPythonPackage changes
Diffstat (limited to 'pkgs/tools/security/fail2ban')
-rw-r--r--pkgs/tools/security/fail2ban/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/security/fail2ban/default.nix b/pkgs/tools/security/fail2ban/default.nix
index aa387eff3e7..b28c761ec2c 100644
--- a/pkgs/tools/security/fail2ban/default.nix
+++ b/pkgs/tools/security/fail2ban/default.nix
@@ -39,10 +39,6 @@ pythonPackages.buildPythonPackage {
 
   doCheck = false;
 
-  installCommand = ''
-    python setup.py install --prefix=$out
-  '';
-
   meta = with stdenv.lib; {
     homepage    = http://www.fail2ban.org/;
     description = "A program that scans log files for repeated failing login attempts and bans IP addresses";