darwin.apple_sdk.frameworks.CoreSymbolication: expose under SDK 11.0

This is used by the `root` package, and otherwise prevents the
nixpkgs.tarball build from succeeding (e.g.
https://hydra.nixos.org/build/146838433).
This commit is contained in:
Luke Granger-Brown 2021-07-05 02:09:33 +00:00
parent f8bebb9a94
commit a7be563707

View file

@ -15,4 +15,7 @@
SignpostMetrics = {};
PassKitCore = {};
SkyLight = {};
# Also expose CoreSymbolication; used by `root` package.
CoreSymbolication = {};
}