summary refs log tree commit diff
path: root/pkgs/tools/security/theharvester
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-06-22 23:38:50 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-06-23 11:48:22 +0200
commitb128806d993a2280533f1ae91b878ffd2781ebf2 (patch)
tree7f97abd9cc57b0a0bcd2d2036868c01bf7742f84 /pkgs/tools/security/theharvester
parenta68aefeb0525543ea4f093d0da1d3cdc07f751aa (diff)
downloadnixpkgs-b128806d993a2280533f1ae91b878ffd2781ebf2.tar
nixpkgs-b128806d993a2280533f1ae91b878ffd2781ebf2.tar.gz
nixpkgs-b128806d993a2280533f1ae91b878ffd2781ebf2.tar.bz2
nixpkgs-b128806d993a2280533f1ae91b878ffd2781ebf2.tar.lz
nixpkgs-b128806d993a2280533f1ae91b878ffd2781ebf2.tar.xz
nixpkgs-b128806d993a2280533f1ae91b878ffd2781ebf2.tar.zst
nixpkgs-b128806d993a2280533f1ae91b878ffd2781ebf2.zip
pythonPackages.dns: move alias to python-aliases.nix
Diffstat (limited to 'pkgs/tools/security/theharvester')
-rw-r--r--pkgs/tools/security/theharvester/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/theharvester/default.nix b/pkgs/tools/security/theharvester/default.nix
index 02e83296c69..2fae6c465d5 100644
--- a/pkgs/tools/security/theharvester/default.nix
+++ b/pkgs/tools/security/theharvester/default.nix
@@ -22,7 +22,7 @@ python3.pkgs.buildPythonApplication rec {
     beautifulsoup4
     censys
     certifi
-    dns
+    dnspython
     gevent
     grequests
     lxml