forked from mirrors/nixpkgs
wifite2: add pixiewps dependency
This commit is contained in:
parent
2491eb3bdc
commit
88cdb0a3c0
|
@ -1,6 +1,6 @@
|
|||
{ lib, fetchFromGitHub, fetchpatch, python3, wirelesstools
|
||||
, aircrack-ng, wireshark-cli, reaverwps-t6x, cowpatty, hashcat, hcxtools
|
||||
, hcxdumptool, pyrit, which, bully }:
|
||||
, hcxdumptool, pyrit, which, bully, pixiewps }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
version = "2.5.7";
|
||||
|
@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
pyrit
|
||||
which
|
||||
bully
|
||||
pixiewps
|
||||
];
|
||||
|
||||
postFixup = let
|
||||
|
|
Loading…
Reference in a new issue