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;