fix(tazjin/emacs): Remove temporary override for telega

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>
This commit is contained in:
Vincent Ambo 2021-08-24 19:26:09 +03:00 committed by tazjin
parent 3555df018f
commit 94e8e06c6c
2 changed files with 1 additions and 8 deletions

View file

@ -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 = [];
})