Downgraded Emacs priority, for exuberant ctags

Exuberant ctags works with Emacs among with other editors, and if
installed is probably preferred to Emacs' ctags.
This commit is contained in:
= 2015-03-26 21:42:36 +00:00
parent b91e83dc77
commit 46d1dd5b11

View File

@ -57,6 +57,9 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ chaoflow lovek323 simons the-kenny ];
platforms = platforms.all;
# So that Exuberant ctags is preferred
priority = 1;
longDescription = ''
GNU Emacs is an extensible, customizable text editorand more. At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp