mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
emacs.pkgs.melpaStablepackages.org-dp: Mark broken
This commit is contained in:
parent
e5b708d1ed
commit
85bf035d37
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue