fix emacs build

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-03-03 08:09:51 -05:00
parent b1664eab8e
commit adacfba6df
1 changed files with 2 additions and 0 deletions

View File

@ -595,6 +595,7 @@ in {
package = (epkgs: epkgs.trivialBuild {
pname = "tclip";
src = ./packages/tclip.el;
packageRequires = [ epkgs.request ];
});
};
@ -604,6 +605,7 @@ in {
package = (epkgs: epkgs.trivialBuild {
pname = "xe-chatgpt";
src = ./packages/xe-chatgpt.el;
packageRequires = [ epkgs.request ];
});
};