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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user