Skip to content

Commit

Permalink
emacs-mac: don’t propagate frameworks
Browse files Browse the repository at this point in the history
This makes the closure really big & is not needed for a running emacs.
  • Loading branch information
matthewbauer committed Jun 9, 2018
1 parent 697ae2a commit bc490a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/applications/editors/emacs/macport.nix
Expand Up @@ -32,9 +32,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ pkgconfig autoconf automake ];

buildInputs = [ ncurses libxml2 gnutls texinfo gettext ];

propagatedBuildInputs = [
buildInputs = [ ncurses libxml2 gnutls texinfo gettext
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
ImageCaptureCore GSS ImageIO # may be optional
];
Expand Down

0 comments on commit bc490a4

Please sign in to comment.