emacs.pkgs.melpaStablepackages.gl-conf-mode: Mark broken
This commit is contained in:
parent
5f3302af08
commit
49d99e5034
@ -114,6 +114,12 @@ let
|
||||
then markBroken super.fold-dwim
|
||||
else super.fold-dwim;
|
||||
|
||||
# upstream issue: missing file header
|
||||
gl-conf-mode =
|
||||
if super.gl-conf-mode.version == "0.3"
|
||||
then markBroken super.gl-conf-mode
|
||||
else super.gl-conf-mode;
|
||||
|
||||
# upstream issue: missing file header
|
||||
link = markBroken super.link;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user