summary refs log tree commit diff
path: root/pkgs/tools/security/dnsrecon
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/dnsrecon')
-rw-r--r--pkgs/tools/security/dnsrecon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/dnsrecon/default.nix b/pkgs/tools/security/dnsrecon/default.nix
index 163728a37c6..6fa2041de3c 100644
--- a/pkgs/tools/security/dnsrecon/default.nix
+++ b/pkgs/tools/security/dnsrecon/default.nix
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
   format = "other";
 
   pythonPath = with python3.pkgs; [
-    dns netaddr lxml
+    dnspython netaddr lxml
   ];
 
   postPatch = ''