dnsrecon: remove alias

This commit is contained in:
Sandro Jäckel
2021-07-27 08:14:56 -07:00
committed by Jonathan Ringer
parent 332e711c66
commit d64d6fb45a
+1 -1
View File
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
format = "other";
pythonPath = with python3.pkgs; [
dns netaddr lxml
dnspython netaddr lxml
];
postPatch = ''