My nixpkgs mirror for patching things.
Go to file
Peter Simons 3d02ab54dd emacs: Lower prio of emacs-23 and generally get options from ${NIXPKGS_CONFIG}.
By default, 'nix-env --install emacs' will install Emacs 22.3, which is the
latest stable release. Furthermore, the following options are now supported:

  emacs =
  {
    xawSupport = false;         # used only by emacs 23
    xaw3dSupport = false;
    gtkSupport = true;
    xftSupport = true;          # used only by emacs 23
  };

svn path=/nixpkgs/trunk/; revision=12922
2008-09-25 21:38:16 +00:00
doc * Stdenv functions. 2008-09-05 11:23:49 +00:00
maintainers * DBus 1.1.20. 2008-03-04 13:30:34 +00:00
pkgs emacs: Lower prio of emacs-23 and generally get options from ${NIXPKGS_CONFIG}. 2008-09-25 21:38:16 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Quick start section. 2008-06-17 14:19:59 +00:00