emacs.pkgs.elpaPackages.org-transclusion: Mark broken
This commit is contained in:
parent
7c706f46a3
commit
c6fd68bda6
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ self: let
|
||||||
super = removeAttrs imported [ "dash" ];
|
super = removeAttrs imported [ "dash" ];
|
||||||
|
|
||||||
overrides = {
|
overrides = {
|
||||||
|
# upstream issue: Wrong type argument: arrayp, nil
|
||||||
|
org-transclusion =
|
||||||
|
if super.org-transclusion.version == "1.2.0"
|
||||||
|
then markBroken super.org-transclusion
|
||||||
|
else super.org-transclusion;
|
||||||
rcirc-menu = markBroken super.rcirc-menu; # Missing file header
|
rcirc-menu = markBroken super.rcirc-menu; # Missing file header
|
||||||
cl-lib = null; # builtin
|
cl-lib = null; # builtin
|
||||||
tle = null; # builtin
|
tle = null; # builtin
|
||||||
|
|
Loading…
Reference in a new issue