mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
reaver-wps: set platforms
This commit is contained in:
parent
1c174d107c
commit
8567c5883b
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Brute force attack against Wifi Protected Setup";
|
description = "Brute force attack against Wifi Protected Setup";
|
||||||
homepage = http://code.google.com/p/reaver-wps;
|
homepage = http://code.google.com/p/reaver-wps;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue