8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "1n2754a5z44g414a0hj3cmi9q5lwnzyvmvzskrj2nci8c8m2kgnf";
19 buildInputs = [ libpcap ];
21 enableParallelBuilding = true;
23 sourceRoot = "${src.name}/src";
26 install -Dm555 -t $out/bin bully
27 install -Dm444 -t $out/share/doc/${pname} ../*.md
31 description = "Retrieve WPA/WPA2 passphrase from a WPS enabled access point";
32 homepage = "https://github.com/kimocoder/bully";
33 license = licenses.gpl3;
34 maintainers = with maintainers; [ edwtjo ];
35 platforms = platforms.linux;
36 mainProgram = "bully";