From f3364b1516ce28f7b956ec6f7fa1fbb712dcefa8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 7 Jan 2022 04:00:58 +0300 Subject: fix(tazjin/emacs): comment out tdlibCheck while telega is broken telega.el currently throws errors related to some broken internal logic about media codecs, which breaks this check in CI. Change-Id: I8518977dba801dec90b966c84771ff0f59dcbb3d Reviewed-on: https://cl.tvl.fyi/c/depot/+/4824 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: tazjin --- users/tazjin/emacs/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'users/tazjin') diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix index 0619353861..cfb748016b 100644 --- a/users/tazjin/emacs/default.nix +++ b/users/tazjin/emacs/default.nix @@ -166,7 +166,9 @@ in lib.fix(self: l: f: pkgs.writeShellScriptBin "tazjins-emacs" '' # Expose telega/tdlib version check as a target that is built in # CI. + # + # TODO(tazjin): uncomment when telega works again inherit tdlibCheck; - meta.targets = [ "tdlibCheck" ]; + # meta.targets = [ "tdlibCheck" ]; }) null identity ) {} -- cgit 1.4.1