mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
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:
parent
ac4f5079f7
commit
407f8a3806
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user