3
0
Fork 0
forked from mirrors/nixpkgs

wifite2: add pixiewps dependency

This commit is contained in:
dan4ik 2021-09-25 13:13:54 +07:00
parent 2491eb3bdc
commit 88cdb0a3c0

View file

@ -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