melpa-stable-packages: remove unstable packages

During the last melpa-stable-packages update, there was an update script
invocation error which resulted in melpa-stable-packages to also include
all the unstable packages.

I have re-run the script correctly, so this commit removes all the
unstable packages that were accidentally included.
This commit is contained in:
Alexey Shmalko 2019-06-11 22:59:43 +03:00
parent ff6cd5d6f2
commit fcbec7e738
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3
2 changed files with 78 additions and 52824 deletions

File diff suppressed because it is too large Load Diff

View File

@ -207,10 +207,6 @@ self:
window-numbering = markBroken super.window-numbering;
};
melpaStablePackages =
removeAttrs (super // overrides)
[
"lenlen-theme" # missing dependency: color-theme-solarized
];
melpaStablePackages = super // overrides;
in
melpaStablePackages // { inherit melpaStablePackages; }