about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2016-02-26 12:27:04 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2016-02-26 12:27:04 -0500
commit53ea7dee75b90181683c59869940db85cabc2d78 (patch)
treeaa7bfc09c809165933202d3f5d531e3bf16ce611 /pkgs/applications/editors
parent32e954db64c0c0118fbc1c542374a20ba57fccca (diff)
downloadnixlib-53ea7dee75b90181683c59869940db85cabc2d78.tar
nixlib-53ea7dee75b90181683c59869940db85cabc2d78.tar.gz
nixlib-53ea7dee75b90181683c59869940db85cabc2d78.tar.bz2
nixlib-53ea7dee75b90181683c59869940db85cabc2d78.tar.lz
nixlib-53ea7dee75b90181683c59869940db85cabc2d78.tar.xz
nixlib-53ea7dee75b90181683c59869940db85cabc2d78.tar.zst
nixlib-53ea7dee75b90181683c59869940db85cabc2d78.zip
emacs: fix priority for ctags
This fixes the previous attempt (in commit 46d1dd5) to make ctags' ctags
override emacs' ctags. The higher the value of the priority attribute,
the higher the priority (see the definition of `buildEnv`).
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-24/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs-24/default.nix b/pkgs/applications/editors/emacs-24/default.nix
index 35fcaecb1120..ffa280d360c5 100644
--- a/pkgs/applications/editors/emacs-24/default.nix
+++ b/pkgs/applications/editors/emacs-24/default.nix
@@ -86,9 +86,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ chaoflow lovek323 simons the-kenny jwiegley ];
     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