diff options
author | Vincent Ambo <mail@tazj.in> | 2021-08-24T16·26+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-08-24T17·11+0000 |
commit | 94e8e06c6c2ed38f5023d59f84ed06d8d4b67919 (patch) | |
tree | 187c3f19277d3daf24e7a5edd342086b86f2e28e /third_party/emacs | |
parent | 3555df018f56935df1cab56af038c3a2556da7f4 (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.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 = []; -}) |