summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-08-01 12:01:51 +0000
committerGitHub <noreply@github.com>2021-08-01 12:01:51 +0000
commit30cf79fa629dbe1e7ae6b0c0901ff437d1e96446 (patch)
tree1052da2dcdd01f3bb314ca99798b69ebd8fe39cd /pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
parentc4b3ddbb5a2457096856937fa78e217b7663f9c0 (diff)
parentadcbf069c59ef2813631f93fba121c45636398ae (diff)
downloadnixpkgs-30cf79fa629dbe1e7ae6b0c0901ff437d1e96446.tar
nixpkgs-30cf79fa629dbe1e7ae6b0c0901ff437d1e96446.tar.gz
nixpkgs-30cf79fa629dbe1e7ae6b0c0901ff437d1e96446.tar.bz2
nixpkgs-30cf79fa629dbe1e7ae6b0c0901ff437d1e96446.tar.lz
nixpkgs-30cf79fa629dbe1e7ae6b0c0901ff437d1e96446.tar.xz
nixpkgs-30cf79fa629dbe1e7ae6b0c0901ff437d1e96446.tar.zst
nixpkgs-30cf79fa629dbe1e7ae6b0c0901ff437d1e96446.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix')
-rw-r--r--pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix b/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
index c8f8ccc4a08..96c0475c087 100644
--- a/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
+++ b/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
@@ -1,7 +1,7 @@
 { frameworks, libs, libobjc, Libsystem, libnetwork }: with frameworks; with libs;
 {
   AGL                              = { inherit Carbon OpenGL; };
-  AVFoundation                     = { inherit ApplicationServices AVFCapture AVFCore CoreGraphics; };
+  AVFoundation                     = { inherit ApplicationServices AVFCapture AVFCore CoreGraphics simd UniformTypeIdentifiers; };
   AVKit                            = {};
   Accelerate                       = { inherit CoreWLAN IOBluetooth; };
   Accessibility                    = {};