summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-sdk-11.0
diff options
context:
space:
mode:
authorStéphan Kochen <git@stephank.nl>2022-08-16 13:50:54 +0200
committerStéphan Kochen <git@stephank.nl>2022-10-10 21:25:43 +0200
commit6a20451ac0af693a95dd071c1e525b06c04c0ceb (patch)
tree4b1b9317a5753fa4044f8c87738ccd8b45b9ac3f /pkgs/os-specific/darwin/apple-sdk-11.0
parentd69453559a25b05758d16508214c67c5edba0933 (diff)
downloadnixpkgs-6a20451ac0af693a95dd071c1e525b06c04c0ceb.tar
nixpkgs-6a20451ac0af693a95dd071c1e525b06c04c0ceb.tar.gz
nixpkgs-6a20451ac0af693a95dd071c1e525b06c04c0ceb.tar.bz2
nixpkgs-6a20451ac0af693a95dd071c1e525b06c04c0ceb.tar.lz
nixpkgs-6a20451ac0af693a95dd071c1e525b06c04c0ceb.tar.xz
nixpkgs-6a20451ac0af693a95dd071c1e525b06c04c0ceb.tar.zst
nixpkgs-6a20451ac0af693a95dd071c1e525b06c04c0ceb.zip
apple_sdk_11_0: Foundation depends on Combine
Diffstat (limited to 'pkgs/os-specific/darwin/apple-sdk-11.0')
-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 dc4ab1955b5..6970ff33114 100644
--- a/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
+++ b/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
@@ -75,7 +75,7 @@
   FileProviderUI                   = {};
   FinderSync                       = {};
   ForceFeedback                    = { inherit IOKit; };
-  Foundation                       = { inherit ApplicationServices CoreFoundation Security SystemConfiguration libobjc; };
+  Foundation                       = { inherit ApplicationServices CoreFoundation Security SystemConfiguration Combine libobjc; };
   GLKit                            = {};
   GLUT                             = { inherit OpenGL; };
   GSS                              = {};