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)
|
inherit (darwin.apple_sdk.frameworks)
|
||||||
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
|
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
|
||||||
ImageCaptureCore GSS ImageIO;
|
ImageCaptureCore GSS ImageIO;
|
||||||
|
stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
emacsPackagesFor = emacs: self: let callPackage = newScope self; in rec {
|
emacsPackagesFor = emacs: self: let callPackage = newScope self; in rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user