Skip to content

Commit

Permalink
Revert "darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead …
Browse files Browse the repository at this point in the history
…of xpc (NixOS#161561)"

This reverts commit 92074a4.
  • Loading branch information
malob committed Mar 3, 2022
1 parent 77eedba commit 371463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
IOBluetooth = { inherit CoreBluetooth IOKit; };
IOBluetoothUI = { inherit IOBluetooth; };
IOKit = {};
IOSurface = { inherit IOKit Libsystem; };
IOSurface = { inherit IOKit xpc; };
IOUSBHost = {};
IdentityLookup = {};
ImageCaptureCore = {};
Expand Down

0 comments on commit 371463b

Please sign in to comment.