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
commit 04942c59c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;