Rename emacsUnicode' to emacs23'.

svn path=/nixpkgs/trunk/; revision=16073
This commit is contained in:
Ludovic Courtès 2009-06-27 23:09:21 +00:00
parent f156a809cc
commit 1526ba9d33
3 changed files with 4 additions and 1 deletions

View file

@ -6165,7 +6165,7 @@ let
gtkGUI = getPkgConfig "emacs" "gtkSupport" true;
};
emacsUnicode = lowPrio (import ../applications/editors/emacs-unicode {
emacs23 = lowPrio (import ../applications/editors/emacs-23-snapshot {
inherit fetchcvs stdenv ncurses pkgconfig x11 Xaw3d
libpng libjpeg libungif libtiff texinfo dbus
autoconf automake;
@ -6178,6 +6178,9 @@ let
dbusSupport = getPkgConfig "emacs" "dbusSupport" true;
});
# The forthcoming GNU Emacs 23 used to be referred to as `emacsUnicode' here.
emacsUnicode = emacs23;
emms = import ../applications/editors/emacs-modes/emms {
inherit fetchurl stdenv emacs texinfo mpg321 vorbisTools taglib
alsaUtils;