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
commit 53abf65f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {