Merge pull request #114251 from adisbladis/emacs-telega-stable
emacs.pkgs.telega: Prefer telega from melpa stable
This commit is contained in:
commit
9c852b8d2c
1 changed files with 9 additions and 0 deletions
|
@ -77,5 +77,14 @@ in makeScope pkgs'.newScope (self: makeOverridable ({
|
|||
|
||||
emacsWithPackages = emacsWithPackages { inherit pkgs lib; } self;
|
||||
withPackages = emacsWithPackages { inherit pkgs lib; } self;
|
||||
|
||||
}// {
|
||||
|
||||
# Package specific priority overrides goes here
|
||||
|
||||
# Telega uploads packages incompatible with stable tdlib to melpa
|
||||
# Prefer the one from melpa stable
|
||||
inherit (melpaStablePackages) telega;
|
||||
|
||||
})
|
||||
) {})
|
||||
|
|
Loading…
Reference in a new issue