IOSurface: remove xpc dependency

authored by Stéphan Kochen and committed by toonn 9dc3b148 6515b568

+1 -3
+1 -3
pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
··· 89 IOBluetooth = { inherit CoreBluetooth IOKit; }; 90 IOBluetoothUI = { inherit IOBluetooth; }; 91 IOKit = {}; 92 - # `IOSurface` should depend on `Libsystem` (in place of `xpc`) but this currently causes build 93 - # issues due to incompatibility issues between `Libsystem` and `libcxx`. 94 - IOSurface = { inherit IOKit xpc; }; 95 IOUSBHost = {}; 96 IdentityLookup = {}; 97 ImageCaptureCore = {};
··· 89 IOBluetooth = { inherit CoreBluetooth IOKit; }; 90 IOBluetoothUI = { inherit IOBluetooth; }; 91 IOKit = {}; 92 + IOSurface = { inherit IOKit; }; 93 IOUSBHost = {}; 94 IdentityLookup = {}; 95 ImageCaptureCore = {};