> Subject: [PATCH 22/30] gnu: emacs-org-contrib: Fix byte compilation. > > * gnu/packages/emacs.scm (emacs-org-contrib)[native-inputs]: Add emacs-scel. > --- > gnu/packages/emacs.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 7936e6bec..fc0ae5ffb 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -4640,6 +4640,8 @@ reproducible research.") > out "/share/emacs/site-lisp/guix.d/org-contrib-" ,version) > (for-each delete-file duplicates)) > #t)))))) > + (native-inputs > + `(("emacs-scel" ,emacs-scel))) ;for byte compilation Should emacs-scel only be a native input, or should it be a propagated input? > A big thank you for reviewing this lengthy set of patches :) Thank you for your patience! :-)