mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
emacsMac: use llvm6 to build
for unclear reasons, using llvm7 crashes emacs macport. llvm6 seems to work fine. Fixes #61596
This commit is contained in:
parent
10e77ee9bf
commit
98f4526022
@ -17364,6 +17364,7 @@ in
|
||||
inherit (darwin.apple_sdk.frameworks)
|
||||
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
|
||||
ImageCaptureCore GSS ImageIO;
|
||||
stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;
|
||||
};
|
||||
|
||||
emacsPackagesFor = emacs: self: let callPackage = newScope self; in rec {
|
||||
|
Loading…
Reference in New Issue
Block a user