freebsd.wpa_supplicant: init

Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
Artemis Tosini
2026-03-06 13:14:05 -08:00
co-authored by Audrey Dutcher
parent 771090934f
commit ac26dc7385
@@ -0,0 +1,15 @@
{
mkDerivation,
libpcap,
openssl,
}:
mkDerivation {
path = "usr.sbin/wpa";
extraPaths = [
"contrib/wpa"
];
buildInputs = [
libpcap
openssl
];
}