forked from mirrors/nixpkgs
Mark some Emacs packages as no longer broken
This commit is contained in:
parent
71f28a2ca0
commit
6654fde548
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue