Rename `emacsUnicode' to `emacs23'.
svn path=/nixpkgs/trunk/; revision=16073
This commit is contained in:
parent
f156a809cc
commit
1526ba9d33
|
@ -6165,7 +6165,7 @@ let
|
||||||
gtkGUI = getPkgConfig "emacs" "gtkSupport" true;
|
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
|
inherit fetchcvs stdenv ncurses pkgconfig x11 Xaw3d
|
||||||
libpng libjpeg libungif libtiff texinfo dbus
|
libpng libjpeg libungif libtiff texinfo dbus
|
||||||
autoconf automake;
|
autoconf automake;
|
||||||
|
@ -6178,6 +6178,9 @@ let
|
||||||
dbusSupport = getPkgConfig "emacs" "dbusSupport" true;
|
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 {
|
emms = import ../applications/editors/emacs-modes/emms {
|
||||||
inherit fetchurl stdenv emacs texinfo mpg321 vorbisTools taglib
|
inherit fetchurl stdenv emacs texinfo mpg321 vorbisTools taglib
|
||||||
alsaUtils;
|
alsaUtils;
|
||||||
|
|
Loading…
Reference in New Issue