Loading pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix +3 −0 Original line number Diff line number Diff line Loading @@ -21,4 +21,7 @@ # Also expose DebugSymbols; used by `llvmPackages_8.lldb` package. DebugSymbols = {}; # Also expose MultitouchSupport; used by `chuck` package. MultitouchSupport = {}; } pkgs/os-specific/darwin/apple-sdk/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,16 @@ in rec { "Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy.tbd" ]; }); } // lib.genAttrs [ "ContactsPersistence" "CoreSymbolication" "DebugSymbols" "GameCenter" "SkyLight" "UIFoundation" ] (x: tbdOnlyFramework x {}); } // lib.genAttrs [ "ContactsPersistence" "CoreSymbolication" "DebugSymbols" "GameCenter" "MultitouchSupport" "SkyLight" "UIFoundation" ] (x: tbdOnlyFramework x {}); bareFrameworks = lib.mapAttrs framework (import ./frameworks.nix { inherit frameworks libs; Loading Loading
pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix +3 −0 Original line number Diff line number Diff line Loading @@ -21,4 +21,7 @@ # Also expose DebugSymbols; used by `llvmPackages_8.lldb` package. DebugSymbols = {}; # Also expose MultitouchSupport; used by `chuck` package. MultitouchSupport = {}; }
pkgs/os-specific/darwin/apple-sdk/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,16 @@ in rec { "Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy.tbd" ]; }); } // lib.genAttrs [ "ContactsPersistence" "CoreSymbolication" "DebugSymbols" "GameCenter" "SkyLight" "UIFoundation" ] (x: tbdOnlyFramework x {}); } // lib.genAttrs [ "ContactsPersistence" "CoreSymbolication" "DebugSymbols" "GameCenter" "MultitouchSupport" "SkyLight" "UIFoundation" ] (x: tbdOnlyFramework x {}); bareFrameworks = lib.mapAttrs framework (import ./frameworks.nix { inherit frameworks libs; Loading