about summary refs log tree commit diff
path: root/third_party/emacs/telega.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/emacs/telega.nix')
-rw-r--r--third_party/emacs/telega.nix6
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 a4c034b242..0000000000
--- 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 = [];
-})