Commit c40708f9 authored by luxus's avatar luxus Committed by Zhong Jianxin
Browse files

darwin.apple_sdk.frameworks.DisplayServices: init

Used by sketchybar
parent aa1d7470
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ in rec {
  ) // (
    lib.mapAttrs privateFramework (import ./private-frameworks.nix {
      inherit frameworks;
      libobjc = pkgs.darwin.apple_sdk_11_0.objc4;
    })
  );

+4 −1
Original line number Diff line number Diff line
{ frameworks }: with frameworks;
{ frameworks, libobjc }: with frameworks;
# generated by hand to avoid exposing all private frameworks
# frameworks here are only the necessary ones used by public frameworks.
{
@@ -22,6 +22,9 @@
  # Also expose DebugSymbols; used by `llvmPackages_8.lldb` package.
  DebugSymbols = {};

  # Also expose DisplayServices; used by `sketchybar` package.
  DisplayServices = { inherit libobjc; };

  # Also expose MultitouchSupport; used by `chuck` package.
  MultitouchSupport = {};
}
+1 −0
Original line number Diff line number Diff line
@@ -330,6 +330,7 @@ in rec {
    "ContactsPersistence"
    "CoreSymbolication"
    "DebugSymbols"
    "DisplayServices"
    "GameCenter"
    "MultitouchSupport"
    "SkyLight"