summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-27 13:21:41 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-27 13:21:41 +0100
commitb9489787297f6702ddd638d9f0bdceddea74ae7e (patch)
treed471880764aeee920b7c29d862d8560032408caa /pkgs/applications
parent883ee4dd72594f51c5af20d4fe6be09ce83a7e85 (diff)
parent46d1dd5b113db63949e9e50de405848f6c87c237 (diff)
downloadnixlib-b9489787297f6702ddd638d9f0bdceddea74ae7e.tar
nixlib-b9489787297f6702ddd638d9f0bdceddea74ae7e.tar.gz
nixlib-b9489787297f6702ddd638d9f0bdceddea74ae7e.tar.bz2
nixlib-b9489787297f6702ddd638d9f0bdceddea74ae7e.tar.lz
nixlib-b9489787297f6702ddd638d9f0bdceddea74ae7e.tar.xz
nixlib-b9489787297f6702ddd638d9f0bdceddea74ae7e.tar.zst
nixlib-b9489787297f6702ddd638d9f0bdceddea74ae7e.zip
Merge pull request #7026 from KoviRobi/emacs-priority-downgrade
Downgraded Emacs priority, for exuberant ctags
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/emacs-24/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/editors/emacs-24/default.nix b/pkgs/applications/editors/emacs-24/default.nix
index af5c11e69aef..83774206b5c7 100644
--- a/pkgs/applications/editors/emacs-24/default.nix
+++ b/pkgs/applications/editors/emacs-24/default.nix
@@ -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 editor—and more.  At its
       core is an interpreter for Emacs Lisp, a dialect of the Lisp