freebsd.lib80211: init
This commit is contained in:
parent
9f84814541
commit
a03b493adc
13
pkgs/os-specific/bsd/freebsd/pkgs/lib80211.nix
Normal file
13
pkgs/os-specific/bsd/freebsd/pkgs/lib80211.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
mkDerivation,
|
||||
libsbuf,
|
||||
libbsdxml,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "lib/lib80211";
|
||||
buildInputs = [
|
||||
libsbuf
|
||||
libbsdxml
|
||||
];
|
||||
clangFixup = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user