Commit ac3c81fa authored by Weijia Wang's avatar Weijia Wang
Browse files

darwin.apple_sdk: expose MultitouchSupport

parent 83481b87
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,4 +21,7 @@

  # Also expose DebugSymbols; used by `llvmPackages_8.lldb` package.
  DebugSymbols = {};

  # Also expose MultitouchSupport; used by `chuck` package.
  MultitouchSupport = {};
}
+10 −1
Original line number Diff line number Diff line
@@ -326,7 +326,16 @@ in rec {
        "Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy.tbd"
      ];
    });
  } // lib.genAttrs [ "ContactsPersistence" "CoreSymbolication" "DebugSymbols" "GameCenter" "SkyLight" "UIFoundation" ] (x: tbdOnlyFramework x {});
  } // lib.genAttrs [
    "ContactsPersistence"
    "CoreSymbolication"
    "DebugSymbols"
    "GameCenter"
    "MultitouchSupport"
    "SkyLight"
    "UIFoundation"
  ]
    (x: tbdOnlyFramework x {});

  bareFrameworks = lib.mapAttrs framework (import ./frameworks.nix {
    inherit frameworks libs;