Andrew Jose writes: > This commit adds the flexoki-themes package imported from MELPA > --- > gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm > index bb8c25f9b5..40773b13ff 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -2451,6 +2451,29 @@ (define-public emacs-dante > supports type hints, definition-jumping, completion, and more.") > (license license:gpl3+))) > > +(define-public emacs-flexoki-themes > +(package > + ((name "emacs-flexoki-themes") > + (version "20231015.2014") The bit above where you've got (package (( looks wrong, have you managed to build this pacakge locally?