emacs-25: mark the pre-release as low-priority

This ensures that users running "nix-env -i emacs" will get the
release version.
This commit is contained in:
Peter Simons 2016-01-13 10:10:33 +01:00
parent 4f85afad5b
commit d83a10bc6c

View file

@ -11476,7 +11476,7 @@ let
});
emacs24Macport = self.emacs24Macport_24_5;
emacs25pre = callPackage ../applications/editors/emacs-25 {
emacs25pre = lowPrio (callPackage ../applications/editors/emacs-25 {
# use override to enable additional features
libXaw = xorg.libXaw;
Xaw3d = null;