Merge pull request #7026 from KoviRobi/emacs-priority-downgrade

Downgraded Emacs priority, for exuberant ctags
This commit is contained in:
Eelco Dolstra 2015-03-27 13:21:41 +01:00
commit b948978729

View File

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