Revert "darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc (#161561)"

This reverts commit 92074a45f3.
main
Malo Bourgon 2 years ago committed by veprbl
parent a072933f52
commit 62860b31ef
  1. 4
      pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix

@ -89,7 +89,9 @@
IOBluetooth = { inherit CoreBluetooth IOKit; };
IOBluetoothUI = { inherit IOBluetooth; };
IOKit = {};
IOSurface = { inherit IOKit Libsystem; };
# `IOSurface` should depend on `Libsystem` (in place of `xpc`) but this currently causes build
# issues due to incompatibility issues between `Libsystem` and `libcxx`.
IOSurface = { inherit IOKit xpc; };
IOUSBHost = {};
IdentityLookup = {};
ImageCaptureCore = {};

Loading…
Cancel
Save