3
0
Fork 0
forked from mirrors/nixpkgs

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
This commit is contained in:
Ludovic Courtès 2008-09-19 12:34:04 +00:00
parent 128f1cffdb
commit b998c44e4c

View file

@ -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;