From b998c44e4c938b66e6042ad611c817cb907fa4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 19 Sep 2008 12:34:04 +0000 Subject: [PATCH] Change `name' attribute of Emacs 23 to `emacs-snapshot-23-xxx'. This is so that "nix-env -u emacs" doesn't switch from, say, Emacs 22 to Emacs 23. svn path=/nixpkgs/trunk/; revision=12894 --- pkgs/applications/editors/emacs-unicode/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs-unicode/default.nix b/pkgs/applications/editors/emacs-unicode/default.nix index 5091ccf5dd6..7a0895b1031 100644 --- a/pkgs/applications/editors/emacs-unicode/default.nix +++ b/pkgs/applications/editors/emacs-unicode/default.nix @@ -15,7 +15,7 @@ assert gtkGUI -> pkgconfig != null && gtk != null; assert xftSupport -> libXft != null && libpng != null; # libpng = probably a bug stdenv.mkDerivation { - name = "emacs-23.0.0.1-pre20070705"; + name = "emacs-snapshot-23.0.0.1-pre20070705"; builder = ./builder.sh;