From 407f8a380647942b8fc3ee67bb59d55820e5f8b5 Mon Sep 17 00:00:00 2001
From: Andrew Pan
Date: Thu, 7 Sep 2023 13:06:55 -0500
Subject: [PATCH] emacs: use llvmPackages_14 from `apple_sdk_11_0`
Fixes issues with macport x86_64 build.
Signed-off-by: Andrew Pan
---
pkgs/applications/editors/emacs/default.nix | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkgs/applications/editors/emacs/default.nix b/pkgs/applications/editors/emacs/default.nix
index 246b43b779e0..a6c446ba5e46 100644
--- a/pkgs/applications/editors/emacs/default.nix
+++ b/pkgs/applications/editors/emacs/default.nix
@@ -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;