1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/top-level
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
..
all-packages.nix emacs: Lower prio of emacs-23 and generally get options from ${NIXPKGS_CONFIG}. 2008-09-25 21:38:16 +00:00
build-for-release.nix Build Inkscape, XScreenSaver, XLockMore. 2008-09-19 12:32:38 +00:00
builder-defs.nix * Don't use toString here - it causes the path of source file 2008-09-23 00:52:05 +00:00
mingw.nix
template-composing+config.nix
template-composing-builder.nix Added xnee utility for X11 action recording 2008-08-14 09:25:26 +00:00
template-debian.nix
template-simple.nix