about summary refs log tree commit diff
path: root/third_party/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/emacs')
-rw-r--r--third_party/emacs/telega.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/emacs/telega.nix b/third_party/emacs/telega.nix
new file mode 100644
index 0000000000..a4c034b242
--- /dev/null
+++ b/third_party/emacs/telega.nix
@@ -0,0 +1,6 @@
+# Temporary fix for unstable telega that tries to build with a broken patch.
+{ pkgs, ... }:
+
+pkgs.emacsPackages.melpaPackages.telega.overrideAttrs(old: {
+  patches = [];
+})