freebsd.lib80211: init

This commit is contained in:
Audrey Dutcher 2024-06-06 22:41:08 -07:00
parent 9f84814541
commit a03b493adc

View File

@ -0,0 +1,13 @@
{
mkDerivation,
libsbuf,
libbsdxml,
}:
mkDerivation {
path = "lib/lib80211";
buildInputs = [
libsbuf
libbsdxml
];
clangFixup = true;
}