[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/02: gnu: Add emacs-ag.
From: |
myglc2 |
Subject: |
Re: 01/02: gnu: Add emacs-ag. |
Date: |
Thu, 06 Apr 2017 13:06:53 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
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 <address@hidden>
> 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
- Re: 01/02: gnu: Add emacs-ag.,
myglc2 <=