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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue