mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
4f85afad5b
commit
d83a10bc6c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user