mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
emacs.pkgs.melpaStablepackages.revbufs: Mark broken
This commit is contained in:
parent
85bf035d37
commit
7c706f46a3
1 changed files with 5 additions and 0 deletions
|
@ -135,6 +135,11 @@ let
|
|||
then markBroken super.org-dp
|
||||
else super.org-dp;
|
||||
|
||||
# upstream issue: missing file header
|
||||
revbufs =
|
||||
if super.revbufs.version == "1.2"
|
||||
then markBroken super.revbufs
|
||||
else super.revbufs;
|
||||
|
||||
# upstream issue: missing file header
|
||||
elmine = markBroken super.elmine;
|
||||
|
|
Loading…
Reference in a new issue