clean up emacs arguments

This commit is contained in:
Jude Taylor 2015-10-28 13:34:48 -07:00
parent 5207f6b45c
commit 83deac082f
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm, Xaw3d
, pkgconfig, gettext, libXft, dbus, libpng, libjpeg, libungif
, libtiff, librsvg, texinfo, gconf, libxml2, imagemagick, gnutls
, alsaLib, cairo, acl, gpm, AppKit, Foundation, libobjc
, alsaLib, cairo, acl, gpm, AppKit
, withX ? !stdenv.isDarwin
, withGTK3 ? false, gtk3 ? null
, withGTK2 ? true, gtk2

View File

@ -11261,8 +11261,7 @@ let
imagemagick = null;
acl = null;
gpm = null;
inherit (darwin.apple_sdk.frameworks) AppKit Foundation;
inherit (darwin) libobjc;
inherit (darwin.apple_sdk.frameworks) AppKit;
};
emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {