summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-03-30 16:37:00 -0700
committerJohn Wiegley <johnw@newartisans.com>2018-04-01 20:50:40 -0700
commit6654fde54888bc58e1f9321cb9a0215342cda512 (patch)
tree1be1e8223637163628ef07d28f543ef0088e8961 /pkgs/applications/editors
parent71f28a2ca06f206f982a8eb9b50db4b2b284c550 (diff)
downloadnixlib-6654fde54888bc58e1f9321cb9a0215342cda512.tar
nixlib-6654fde54888bc58e1f9321cb9a0215342cda512.tar.gz
nixlib-6654fde54888bc58e1f9321cb9a0215342cda512.tar.bz2
nixlib-6654fde54888bc58e1f9321cb9a0215342cda512.tar.lz
nixlib-6654fde54888bc58e1f9321cb9a0215342cda512.tar.xz
nixlib-6654fde54888bc58e1f9321cb9a0215342cda512.tar.zst
nixlib-6654fde54888bc58e1f9321cb9a0215342cda512.zip
Mark some Emacs packages as no longer broken
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-modes/melpa-packages.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
index 074b616e50d7..d23c735aba47 100644
--- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
@@ -113,7 +113,7 @@ self:
       ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen;
 
       # upstream issue: missing file header
-      initsplit = markBroken super.initsplit;
+      initsplit = super.initsplit;
 
       # Expects bash to be at /bin/bash
       ivy-rtags = markBroken super.ivy-rtags;
@@ -124,9 +124,6 @@ self:
       # upstream issue: missing file header
       link = markBroken super.link;
 
-      # upstream issue: mismatched filename
-      link-hint = markBroken super.link-hint;
-
       # upstream issue: missing file header
       maxframe = markBroken super.maxframe;