Re: [PATCH 1/6] gnu: cgit: Make some inputs native.

2020-04-01 Thread Vincent Legoll
I'll send a revised patchset, taking all the comments into account. Thanks -- Vincent Legoll

Re: [PATCH 1/6] gnu: cgit: Make some inputs native.

2020-04-01 Thread Mathieu Othacehe
Hey, > Did you not get my reply[0] yesterday? Please let me know if it didn't get > delivered. Nope, didn't get it. Too bad because you did a more complete review :) Mathieu

Re: [PATCH 1/6] gnu: cgit: Make some inputs native.

2020-04-01 Thread Tobias Geerinckx-Rice
Mathieu, Did you not get my reply[0] yesterday? Please let me know if it didn't get delivered. Mathieu Othacehe 写道: + ("groff" ,groff) + ("python-docutils" ,python-docutils) ("xz" ,xz))) python-docutils provides rst2html.py that seem to be used at run-time (see patch-

Re: [PATCH 1/6] gnu: cgit: Make some inputs native.

2020-04-01 Thread Mathieu Othacehe
Hello Vincent, > + ("groff" ,groff) > + ("python-docutils" ,python-docutils) > ("xz" ,xz))) python-docutils provides rst2html.py that seem to be used at run-time (see patch-absolute-file-names phase). So I think it should be an input not a native-input. Thanks, Mathieu

Re: [PATCH 1/6] gnu: cgit: Make some inputs native.

2020-03-31 Thread Tobias Geerinckx-Rice
Vincent, Thank you! This list is for general Guix discussion. Although that can sometimes include rough patches (heh), please send any future contributions to our patch tracker at guix-patc...@gnu.org — after carefully reading the ‘Submitting Patches’ section of the Guix manual. Vincent L

[PATCH 1/6] gnu: cgit: Make some inputs native.

2020-03-31 Thread Vincent Legoll
* gnu/packages/version-control.scm (cgit)[native-inputs]: New field. [inputs]: Move groff & python-docutils to native-inputs. --- gnu/packages/version-control.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-contro