Add xset to Emacs PATH

My CI failed after a call to xset resulted in a "file-missing Searching for
program" error.
This commit is contained in:
William Carroll 2020-08-31 11:31:57 +01:00
parent a640e42e6a
commit aa1b927ad2

View file

@ -14,6 +14,7 @@ let
xsv
scrot
clipmenu
xorg.xset
]);
emacsWithPackages = (emacsPackagesNgGen emacs26).emacsWithPackages;