Merge pull request #62642 from matthewbauer/emacs-macport-llvm-6

emacsMac: use llvm6 to build
This commit is contained in:
Matthew Bauer
2019-06-03 19:54:44 -04:00
committed by GitHub

View File

@@ -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 {