emacs: use llvmPackages_14 from apple_sdk_11_0

Fixes issues with macport x86_64 build.

Signed-off-by: Andrew Pan <a@tny.town>
This commit is contained in:
Andrew Pan 2023-09-07 13:06:55 -05:00
parent ac4f5079f7
commit 407f8a3806
No known key found for this signature in database

View file

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