darwin.apple_sdk: expose MultitouchSupport

This commit is contained in:
Weijia Wang 2022-12-31 17:35:31 +01:00
parent 83481b8708
commit ac3c81faa1
2 changed files with 13 additions and 1 deletions

View file

@ -21,4 +21,7 @@
# Also expose DebugSymbols; used by `llvmPackages_8.lldb` package.
DebugSymbols = {};
# Also expose MultitouchSupport; used by `chuck` package.
MultitouchSupport = {};
}

View file

@ -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;