about summary refs log tree commit diff
path: root/third_party/emacs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-08-24T16·26+0300
committertazjin <mail@tazj.in>2021-08-24T17·11+0000
commit94e8e06c6c2ed38f5023d59f84ed06d8d4b67919 (patch)
tree187c3f19277d3daf24e7a5edd342086b86f2e28e /third_party/emacs
parent3555df018f56935df1cab56af038c3a2556da7f4 (diff)
fix(tazjin/emacs): Remove temporary override for telega r/2760
The channel has caught up with this fix.

Change-Id: I86287a6808e6936e50e5d43cbafc74b9362e0bd8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3404
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/emacs')
-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 = [];
-})