From 34f1074d341a024af0f09980c043130cb8d145a2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 19 Jan 2022 10:58:17 +0300 Subject: chore(tazjin/emacs): Remove stale note about Imagemagick cl/5000 GET! Note: This CL was pushed back via josh. Change-Id: I83eee8a19d6163f0c181aa0bfeafab3823c2fe9f Reviewed-on: https://cl.tvl.fyi/c/depot/+/5000 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/emacs/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix index cfb748016b..c7c57ba355 100644 --- a/users/tazjin/emacs/default.nix +++ b/users/tazjin/emacs/default.nix @@ -1,12 +1,5 @@ # This file builds an Emacs pre-configured with the packages I need # and my personal Emacs configuration. -# -# On NixOS machines, this Emacs currently does not support -# Imagemagick, see https://github.com/NixOS/nixpkgs/issues/70631. -# -# Forcing Emacs to link against Imagemagick currently causes libvterm -# to segfault, which is a lot less desirable than not having telega -# render images correctly. { lib, pkgs, ... }: pkgs.makeOverridable({ emacs ? pkgs.emacsGcc }: -- cgit 1.4.1