From 56c9fa9722c88d2e6b39396eb8de61c42e6f18e5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Aug 2021 16:09:11 +0300 Subject: fix(tazjin/emacs): Temporary fixes to use unstable telega The latest Emacs versions removed some (private) functions that telega depends on, and this is fixed in HEAD of telega.el. However, without these fixes, the unstable version of telega doesn't build because the patch Nix tries to apply doesn't match the source anymore. The patch itself doesn't seem to do anything relevant for me. Change-Id: Ib9a042c636cb438b2b15d231a07afd5c02be72ee Reviewed-on: https://cl.tvl.fyi/c/depot/+/3294 Reviewed-by: tazjin Tested-by: BuildkiteCI --- third_party/emacs/telega.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 third_party/emacs/telega.nix (limited to 'third_party/emacs') 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 = []; +}) -- cgit 1.4.1