nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 261 lines 4.7 kB view raw
1# Compatibility stubs for packages that used the old SDK frameworks. 2{ 3 lib, 4 callPackage, 5 pkgs, 6}: 7 8let 9 mkStub = callPackage ../apple-sdk/mk-stub.nix { } "darwin.apple_sdk_12_3" "12.3"; 10in 11lib.genAttrs [ 12 "CLTools_Executables" 13 "Libsystem" 14 "LibsystemCross" 15 "darwin-stubs" 16 "libnetwork" 17 "libpm" 18 "libunwind" 19 "objc4" 20 "sdkRoot" 21] mkStub 22// { 23 frameworks = lib.genAttrs [ 24 "AGL" 25 "AVFAudio" 26 "AVFCapture" 27 "AVFCore" 28 "AVFoundation" 29 "AVKit" 30 "Accelerate" 31 "Accessibility" 32 "Accounts" 33 "AdServices" 34 "AdSupport" 35 "AddressBook" 36 "AddressBookCore" 37 "AppKit" 38 "AppTrackingTransparency" 39 "AppleScriptKit" 40 "AppleScriptObjC" 41 "ApplicationServices" 42 "AudioToolbox" 43 "AudioToolboxCore" 44 "AudioUnit" 45 "AudioVideoBridging" 46 "AuthenticationServices" 47 "AutomaticAssessmentConfiguration" 48 "Automator" 49 "BackgroundTasks" 50 "BusinessChat" 51 "CFNetwork" 52 "CHIP" 53 "CalendarStore" 54 "CallKit" 55 "Carbon" 56 "ClassKit" 57 "CloudKit" 58 "Cocoa" 59 "Collaboration" 60 "ColorSync" 61 "Combine" 62 "Contacts" 63 "ContactsPersistence" 64 "ContactsUI" 65 "CoreAudio" 66 "CoreAudioKit" 67 "CoreAudioTypes" 68 "CoreBluetooth" 69 "CoreData" 70 "CoreDisplay" 71 "CoreFoundation" 72 "CoreGraphics" 73 "CoreHaptics" 74 "CoreImage" 75 "CoreLocation" 76 "CoreMIDI" 77 "CoreMIDIServer" 78 "CoreML" 79 "CoreMedia" 80 "CoreMediaIO" 81 "CoreMotion" 82 "CoreServices" 83 "CoreSpotlight" 84 "CoreSymbolication" 85 "CoreTelephony" 86 "CoreText" 87 "CoreVideo" 88 "CoreWLAN" 89 "CreateML" 90 "CryptoKit" 91 "CryptoTokenKit" 92 "DVDPlayback" 93 "DataDetection" 94 "DebugSymbols" 95 "DeveloperToolsSupport" 96 "DeviceActivity" 97 "DeviceCheck" 98 "DirectoryService" 99 "DiscRecording" 100 "DiscRecordingUI" 101 "DiskArbitration" 102 "DisplayServices" 103 "DriverKit" 104 "EventKit" 105 "ExceptionHandling" 106 "ExecutionPolicy" 107 "ExposureNotification" 108 "ExternalAccessory" 109 "FWAUserLib" 110 "FileProvider" 111 "FileProviderUI" 112 "FinderSync" 113 "ForceFeedback" 114 "Foundation" 115 "GLKit" 116 "GLUT" 117 "GSS" 118 "GameCenterFoundation" 119 "GameCenterUI" 120 "GameCenterUICore" 121 "GameController" 122 "GameKit" 123 "GameplayKit" 124 "GroupActivities" 125 "Hypervisor" 126 "ICADevices" 127 "IMServicePlugIn" 128 "IOBluetooth" 129 "IOBluetoothUI" 130 "IOKit" 131 "IOSurface" 132 "IOUSBHost" 133 "IdentityLookup" 134 "ImageCaptureCore" 135 "ImageIO" 136 "InputMethodKit" 137 "InstallerPlugins" 138 "InstantMessage" 139 "Intents" 140 "IntentsUI" 141 "JavaNativeFoundation" 142 "JavaRuntimeSupport" 143 "JavaScriptCore" 144 "JavaVM" 145 "Kerberos" 146 "Kernel" 147 "KernelManagement" 148 "LDAP" 149 "LatentSemanticMapping" 150 "LinkPresentation" 151 "LocalAuthentication" 152 "LocalAuthenticationEmbeddedUI" 153 "MLCompute" 154 "MailKit" 155 "ManagedSettings" 156 "MapKit" 157 "MediaAccessibility" 158 "MediaLibrary" 159 "MediaPlayer" 160 "MediaToolbox" 161 "Message" 162 "Metal" 163 "MetalKit" 164 "MetalPerformanceShaders" 165 "MetalPerformanceShadersGraph" 166 "MetricKit" 167 "ModelIO" 168 "MultipeerConnectivity" 169 "MultitouchSupport" 170 "MusicKit" 171 "NaturalLanguage" 172 "NearbyInteraction" 173 "NetFS" 174 "Network" 175 "NetworkExtension" 176 "NotificationCenter" 177 "OSAKit" 178 "OSLog" 179 "OpenAL" 180 "OpenCL" 181 "OpenDirectory" 182 "OpenGL" 183 "PCSC" 184 "PDFKit" 185 "PHASE" 186 "ParavirtualizedGraphics" 187 "PassKit" 188 "PassKitCore" 189 "PencilKit" 190 "Photos" 191 "PhotosUI" 192 "PreferencePanes" 193 "PushKit" 194 "QTKit" 195 "Quartz" 196 "QuartzCore" 197 "QuickLook" 198 "QuickLookThumbnailing" 199 "QuickLookUI" 200 "QuickTime" 201 "RealityFoundation" 202 "RealityKit" 203 "ReplayKit" 204 "Ruby" 205 "SafariServices" 206 "SceneKit" 207 "ScreenCaptureKit" 208 "ScreenSaver" 209 "ScreenTime" 210 "ScriptingBridge" 211 "Security" 212 "SecurityFoundation" 213 "SecurityInterface" 214 "SensorKit" 215 "ServiceManagement" 216 "ShazamKit" 217 "SignpostMetrics" 218 "SkyLight" 219 "Social" 220 "SoundAnalysis" 221 "Speech" 222 "SpriteKit" 223 "StoreKit" 224 "SwiftUI" 225 "SyncServices" 226 "System" 227 "SystemConfiguration" 228 "SystemExtensions" 229 "TWAIN" 230 "TabularData" 231 "Tcl" 232 "Tk" 233 "UIFoundation" 234 "URLFormatting" 235 "UniformTypeIdentifiers" 236 "UserNotifications" 237 "UserNotificationsUI" 238 "VideoDecodeAcceleration" 239 "VideoSubscriberAccount" 240 "VideoToolbox" 241 "Virtualization" 242 "Vision" 243 "WebKit" 244 "WidgetKit" 245 "iTunesLibrary" 246 "vmnet" 247 ] mkStub; 248 249 libs = lib.genAttrs [ 250 "Xplugin" 251 "utmp" 252 "libDER" 253 "xpc" 254 "sandbox" 255 "simd" 256 "utmp" 257 "xpc" 258 ] mkStub; 259 260 version = "12.3"; 261}