aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/fail2ban
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-02-19 13:12:11 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-02-19 13:16:41 +0100
commit4d06bf70f4580d5cb907278dd3c384c305f95c74 (patch)
treeb1161e1ea077813651f45616e453e3ff494ecaff /pkgs/tools/security/fail2ban
parentdda9f0ba2308a11cdc0694145d0f2caedd8a8f6a (diff)
buildPythonApplication: use new function for Python applications
Diffstat (limited to 'pkgs/tools/security/fail2ban')
-rw-r--r--pkgs/tools/security/fail2ban/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/fail2ban/default.nix b/pkgs/tools/security/fail2ban/default.nix
index 667157978a38..9443eac01da7 100644
--- a/pkgs/tools/security/fail2ban/default.nix
+++ b/pkgs/tools/security/fail2ban/default.nix
@@ -2,7 +2,7 @@
let version = "0.9.3"; in
-pythonPackages.buildPythonPackage {
+pythonPackages.buildPythonApplication {
name = "fail2ban-${version}";
namePrefix = "";