dnsrecon: remove alias

This commit is contained in:
Sandro Jäckel 2021-07-27 13:47:00 +02:00 committed by Jonathan Ringer
parent 332e711c66
commit d64d6fb45a

View file

@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
format = "other";
pythonPath = with python3.pkgs; [
dns netaddr lxml
dnspython netaddr lxml
];
postPatch = ''