From aa1b927ad21f7cb38bb3288804c2d7c71b3f72f2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 11:31:57 +0100 Subject: Add xset to Emacs PATH My CI failed after a call to xset resulted in a "file-missing Searching for program" error. --- emacs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/default.nix b/emacs/default.nix index 4eb4dd2b2881..c6b140329972 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -14,6 +14,7 @@ let xsv scrot clipmenu + xorg.xset ]); emacsWithPackages = (emacsPackagesNgGen emacs26).emacsWithPackages; -- cgit 1.4.1