forked from mirrors/nixpkgs
dnsrecon: remove alias
This commit is contained in:
parent
332e711c66
commit
d64d6fb45a
|
@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
format = "other";
|
||||
|
||||
pythonPath = with python3.pkgs; [
|
||||
dns netaddr lxml
|
||||
dnspython netaddr lxml
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue