about summary refs log tree commit diff
path: root/third_party/emacs/telega.nix
blob: a4c034b242240dc5c9df3ad41b4f2e20a808f8a5 (plain) (blame)
1
2
3
4
5
6
# Temporary fix for unstable telega that tries to build with a broken patch.
{ pkgs, ... }:

pkgs.emacsPackages.melpaPackages.telega.overrideAttrs(old: {
  patches = [];
})