emacs-mac: don’t propagate frameworks

This makes the closure really big & is not needed for a running emacs.
This commit is contained in:
Matthew Bauer 2018-06-09 12:56:22 -04:00
parent 697ae2a073
commit bc490a4b3f

View File

@ -32,9 +32,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig autoconf automake ]; nativeBuildInputs = [ pkgconfig autoconf automake ];
buildInputs = [ ncurses libxml2 gnutls texinfo gettext ]; buildInputs = [ ncurses libxml2 gnutls texinfo gettext
propagatedBuildInputs = [
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
ImageCaptureCore GSS ImageIO # may be optional ImageCaptureCore GSS ImageIO # may be optional
]; ];