freebsd.wpa_supplicant: init
Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user