On 01/18/2017 at 10:02 Alex Kost writes: > alezost pushed a commit to branch master > in repository guix. > > commit cf006d2e738f473e7fb630b566e04c4872fa204b > Author: Christopher Baines <m...@cbaines.net> > Date: Tue Jan 17 20:07:06 2017 +0000
Hi Alex & Christopher, I installed emacs-ag but was a bit disappointed there was no INFO. I see it can be built from ... /gnu/store/...emacs-ag-0.47/share/emacs/site-lisp/guix.d/ag-0.47/docs ... using python-sphinx + texinfo. Is there any interest on your part(s) in adding INFO to the package? If not, I was wondering how one might add it. Would it be something like ... (native-inputs ;; so we can build INFO doc `(("python-sphinx" ,python-sphinx) ("texinfo" ,texinfo))) ... plus fiddle with #:phases? Or is there a better way? TIA - George