From 1205b42ee0436287fea654510db9323e8d59a395 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 18 Dec 2021 23:28:29 +0300 Subject: fix(tazjin/emacs): add dwebp to Emacs' $PATH Change-Id: I20723b7d98a24e3f06810f0a0ede8a05c80156a8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4405 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/emacs/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'users/tazjin/emacs') diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix index 381f246aa9..e888e07698 100644 --- a/users/tazjin/emacs/default.nix +++ b/users/tazjin/emacs/default.nix @@ -18,7 +18,10 @@ let currentTelega = epkgs: epkgs.melpaPackages.telega; # $PATH for binaries that need to be available to Emacs - emacsBinPath = lib.makeBinPath [ (currentTelega pkgs.emacsPackages) ]; + emacsBinPath = lib.makeBinPath [ + (currentTelega pkgs.emacsPackages) + pkgs.libwebp # for dwebp, required by telega + ]; identity = x: x; -- cgit 1.4.1