Merge pull request #253892 from tnytown/tnytown/emacs-macport-x86-build

emacs: use `llvmPackages_14` from `apple_sdk_11_0`
This commit is contained in:
Weijia Wang
2023-09-07 22:38:02 +02:00
committed by GitHub
@@ -10,6 +10,7 @@ lib.makeScope pkgs.newScope (self:
inherit stdenv;
inherit (pkgs.darwin) sigtool;
inherit (pkgs.darwin.apple_sdk_11_0) llvmPackages_14;
inherit (pkgs.darwin.apple_sdk_11_0.frameworks)
Accelerate AppKit Carbon Cocoa GSS ImageCaptureCore ImageIO IOKit OSAKit
Quartz QuartzCore UniformTypeIdentifiers WebKit;