3
0
Fork 0
forked from mirrors/nixpkgs

Mark some Emacs packages as no longer broken

This commit is contained in:
John Wiegley 2018-03-30 16:37:00 -07:00
parent 71f28a2ca0
commit 6654fde548

View file

@ -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;