mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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:
parent
ff6cd5d6f2
commit
fcbec7e738
52896
pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
generated
52896
pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
generated
File diff suppressed because it is too large
Load Diff
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user