summary refs log tree commit diff
diff options
context:
space:
mode:
authorCalum MacRae <hi@cmacr.ae>2021-03-27 12:14:55 +0000
committerCalum MacRae <hi@cmacr.ae>2021-04-16 17:19:17 +0100
commit2c82907da4492bd1dd92815ae82fe1efea6043d3 (patch)
tree3ad3dca776bf9577836736ea009df33d7a954660
parent914c604a0147a3de73919b26dc68f7a13b1239cb (diff)
downloadnixpkgs-2c82907da4492bd1dd92815ae82fe1efea6043d3.tar
nixpkgs-2c82907da4492bd1dd92815ae82fe1efea6043d3.tar.gz
nixpkgs-2c82907da4492bd1dd92815ae82fe1efea6043d3.tar.bz2
nixpkgs-2c82907da4492bd1dd92815ae82fe1efea6043d3.tar.lz
nixpkgs-2c82907da4492bd1dd92815ae82fe1efea6043d3.tar.xz
nixpkgs-2c82907da4492bd1dd92815ae82fe1efea6043d3.tar.zst
nixpkgs-2c82907da4492bd1dd92815ae82fe1efea6043d3.zip
apple-sdk: generate SkyLight framework outputs
-rw-r--r--pkgs/os-specific/darwin/apple-sdk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/darwin/apple-sdk/default.nix b/pkgs/os-specific/darwin/apple-sdk/default.nix
index 67e9bb80da0..1b60abf562b 100644
--- a/pkgs/os-specific/darwin/apple-sdk/default.nix
+++ b/pkgs/os-specific/darwin/apple-sdk/default.nix
@@ -326,7 +326,7 @@ in rec {
         "Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy.tbd"
       ];
     });
-  } // lib.genAttrs [ "ContactsPersistence" "UIFoundation" "GameCenter" ] (x: tbdOnlyFramework x {});
+  } // lib.genAttrs [ "ContactsPersistence" "GameCenter" "SkyLight" "UIFoundation" ] (x: tbdOnlyFramework x {});
 
   bareFrameworks = lib.mapAttrs framework (import ./frameworks.nix {
     inherit frameworks libs;