Nicolas Goaziou (2023-01-24 19:59:20 +0100) wrote: > Ivan Vilata i Balaguer writes: > > > + (arguments > > + (list #:phases #~(modify-phases %standard-phases > > + (add-after 'install 'install-kbd-svgs > > + (lambda _ > > + (let ((dir (elpa-directory #$output))) > > + (install-file "kbd.svg" dir) > > + (install-file "kbd-ergo.svg" dir))))))) > > Please use #:include keyword for these files instead of this > hand-crafted phase. Thanks Nicolas, I didn't know about the keyword. Attaching the updated patch. Much simpler!Â đŸ™‚ Salut ! -- Ivan Vilata i Balaguer -- https://elvil.net/