diff options
Diffstat (limited to 'third_party/emacs/telega.nix')
-rw-r--r-- | third_party/emacs/telega.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/emacs/telega.nix b/third_party/emacs/telega.nix deleted file mode 100644 index a4c034b24224..000000000000 --- a/third_party/emacs/telega.nix +++ /dev/null @@ -1,6 +0,0 @@ -# Temporary fix for unstable telega that tries to build with a broken patch. -{ pkgs, ... }: - -pkgs.emacsPackages.melpaPackages.telega.overrideAttrs(old: { - patches = []; -}) |