From 1526ba9d3386a20585d764049001f1d07daa01fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 27 Jun 2009 23:09:21 +0000 Subject: [PATCH] Rename `emacsUnicode' to `emacs23'. svn path=/nixpkgs/trunk/; revision=16073 --- .../editors/{emacs-unicode => emacs-23-snapshot}/builder.sh | 0 .../editors/{emacs-unicode => emacs-23-snapshot}/default.nix | 0 pkgs/top-level/all-packages.nix | 5 ++++- 3 files changed, 4 insertions(+), 1 deletion(-) rename pkgs/applications/editors/{emacs-unicode => emacs-23-snapshot}/builder.sh (100%) rename pkgs/applications/editors/{emacs-unicode => emacs-23-snapshot}/default.nix (100%) diff --git a/pkgs/applications/editors/emacs-unicode/builder.sh b/pkgs/applications/editors/emacs-23-snapshot/builder.sh similarity index 100% rename from pkgs/applications/editors/emacs-unicode/builder.sh rename to pkgs/applications/editors/emacs-23-snapshot/builder.sh diff --git a/pkgs/applications/editors/emacs-unicode/default.nix b/pkgs/applications/editors/emacs-23-snapshot/default.nix similarity index 100% rename from pkgs/applications/editors/emacs-unicode/default.nix rename to pkgs/applications/editors/emacs-23-snapshot/default.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ce954ca2b89..68842744c45 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;