summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-sdk-11.0
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2023-11-02 14:56:37 -0500
committerAustin Horstman <khaneliman12@gmail.com>2023-11-02 14:56:59 -0500
commit51c024de6534f6eeefd589df9c6346f2324192a2 (patch)
tree819da282a1781daef715f4580f41d343e2795a11 /pkgs/os-specific/darwin/apple-sdk-11.0
parentc7b48c75c8a53b3cbbcf24bb310ed142b9c13198 (diff)
downloadnixpkgs-51c024de6534f6eeefd589df9c6346f2324192a2.tar
nixpkgs-51c024de6534f6eeefd589df9c6346f2324192a2.tar.gz
nixpkgs-51c024de6534f6eeefd589df9c6346f2324192a2.tar.bz2
nixpkgs-51c024de6534f6eeefd589df9c6346f2324192a2.tar.lz
nixpkgs-51c024de6534f6eeefd589df9c6346f2324192a2.tar.xz
nixpkgs-51c024de6534f6eeefd589df9c6346f2324192a2.tar.zst
nixpkgs-51c024de6534f6eeefd589df9c6346f2324192a2.zip
apple-sdk-11.0: add Apple80211 private framework
Diffstat (limited to 'pkgs/os-specific/darwin/apple-sdk-11.0')
-rw-r--r--pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix b/pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix
index f95932516d2..4566c8af84f 100644
--- a/pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix
+++ b/pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix
@@ -2,6 +2,7 @@
 # generated by hand to avoid exposing all private frameworks
 # frameworks here are only the necessary ones used by public frameworks.
 {
+  Apple80211 = {};
   AVFCapture = {};
   AVFCore = {};
   AddressBookCore = { inherit ContactsPersistence; };