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:
parent
128f1cffdb
commit
b998c44e4c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user