Merge pull request #62642 from matthewbauer/emacs-macport-llvm-6
emacsMac: use llvm6 to build
This commit is contained in:
commit
53abf65f57
@ -17432,6 +17432,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