Hi Cayetano, thanks for the review! I sent a v2 that disables the tests. Can you have another look please? Thanks, Roman. Cayetano Santos writes: >>sam. 12 avril 2025 at 15:27, Roman Scherer wrote: > >> * gnu/packages/emacs-xyz.scm (emacs-jira): New variable. > >> + (build-system emacs-build-system) > > Could you please explicitly disable the tests ? > > (arguments (list #:tests? #f)) ; no tests > > This is becoming mandatory in case there are no tests in the package. > > Thanks, > > C.