Skip to content

Commit

Permalink
emacsMac: use llvm6 to build
Browse files Browse the repository at this point in the history
for unclear reasons, using llvm7 crashes emacs macport. llvm6 seems to
work fine.

Fixes NixOS#61596
  • Loading branch information
matthewbauer committed Jun 3, 2019
1 parent 10e77ee commit 98f4526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 98f4526

Please sign in to comment.