summary refs log tree commit diff
path: root/pkgs/tools/security/fail2ban
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-10-06 20:34:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-10-10 10:33:24 +0200
commit104c50dd1a310ba176562d3e33df37fd4f89e804 (patch)
tree26e18b023f06adc94365dc0c387f5640617cf1eb /pkgs/tools/security/fail2ban
parenta2720a25b9d38a421cce4a6e6caf685481e6c40a (diff)
downloadnixpkgs-104c50dd1a310ba176562d3e33df37fd4f89e804.tar
nixpkgs-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.gz
nixpkgs-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.bz2
nixpkgs-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.lz
nixpkgs-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.xz
nixpkgs-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.zst
nixpkgs-104c50dd1a310ba176562d3e33df37fd4f89e804.zip
Python: remove modules and pythonFull
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 70dfb9e82c6..695bfcce3a5 100644
--- a/pkgs/tools/security/fail2ban/default.nix
+++ b/pkgs/tools/security/fail2ban/default.nix
@@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication {
     sha256 = "1m8gqj35kwrn30rqwd488sgakaisz22xa5v9llvz6gwf4f7ps0a9";
   };
 
-  propagatedBuildInputs = [ python.modules.sqlite3 gamin ]
+  propagatedBuildInputs = [ gamin ]
     ++ (stdenv.lib.optional stdenv.isLinux pythonPackages.systemd);
 
   preConfigure = ''