emacs.pkgs.melpaStablepackages.org-dp: Mark broken

This commit is contained in:
adisbladis 2022-01-13 23:12:01 +12:00
parent e5b708d1ed
commit 85bf035d37

View file

@ -130,6 +130,11 @@ let
link = markBroken super.link;
# upstream issue: missing file header
org-dp =
if super.org-dp.version == "1"
then markBroken super.org-dp
else super.org-dp;
# upstream issue: missing file header
elmine = markBroken super.elmine;