Re: [BLOG] On migration to the Hurd

2020-04-01 Thread Tanguy Le Carrour
Hi Guix! Le 04/01, Jan Nieuwenhuizen a écrit : > We are thrilled to have published a post about migrating to the Hurd: > > https://guix.gnu.org/blog/2020/deprecating-support-for-the-linux-kernel/ So, I guess I was not the only one to figure out that it was a joke! A good one, but still… a jo

Re: [BLOG] On migration to the Hurd

2020-04-01 Thread Bengt Richter
On +2020-04-01 23:39:29 +0200, Jan Nieuwenhuizen wrote: ^--[1] > Hello Guix! > > We are thrilled to have published a post about migrating to the Hurd: > > https://guix.gnu.org/blog/2020/deprecating-support-for-the-linux-kernel/ > > Thanks to the merge of ‘wip-hurd’ a few days ag

[BLOG] On migration to the Hurd

2020-04-01 Thread Jan Nieuwenhuizen
Hello Guix! We are thrilled to have published a post about migrating to the Hurd: https://guix.gnu.org/blog/2020/deprecating-support-for-the-linux-kernel/ Thanks to the merge of ‘wip-hurd’ a few days ago and the awesome joint work today of the Guix maintainers... read more Enjoy! janneke, l

Re: native or not

2020-04-01 Thread Vincent Legoll
Thanks a lot, Tobias, for this explanation, I certainly had some of those assumptions. It may not completely enlighten me at the first reading, but it certainly helps knowing that "it's more complicated" than what I assumed.

Re: native or not

2020-04-01 Thread Tobias Geerinckx-Rice
Vincent, Vincent Legoll 写道: On Tue, Mar 31, 2020 at 11:44 AM Tobias Geerinckx-Rice wrote: There's some deeper confusion here: why do you expect the size to change, at all? Because I've been told so... Hm. I don't think it's correct. Perhaps this was in the context of one specific case

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 2/6] gnu: darktable: Make some inputs native.

2020-04-01 Thread Tobias Geerinckx-Rice
Mathieu Othacehe 写道: I think that "perl" might also be a native-input. Could you check it? Good catch! Indeed, it is. Kind regards, T G-R signature.asc Description: PGP signature

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 6/6] gnu: nethack: Make some inputs native.

2020-04-01 Thread Mathieu Othacehe
> +(native-inputs > + `(("bison" ,bison) > +("flex" ,flex))) > (inputs >`(("ncurses" ,ncurses) > -("bison" ,bison) > -("flex" ,flex) > ("less" ,less))) > (build-system gnu-build-system) > (arguments This one LGTM but it doesn't app

Re: [PATCH 5/6] gnu: mailutils: Make some inputs native.

2020-04-01 Thread Mathieu Othacehe
> + `( > ("m4" ,m4) You can join those two lines. Thanks, Mathieu

Re: [PATCH 2/6] gnu: darktable: Make some inputs native.

2020-04-01 Thread Mathieu Othacehe
> +(native-inputs > + `(("intltool" ,intltool) > + ("pkg-config" ,pkg-config))) > (inputs > `(("libxslt" ,libxslt) > ("libxml2" ,libxml2) > @@ -502,9 +506,7 @@ photographic equipment.") > ("ilmbase" ,ilmbase) > ("libsoup" ,libsoup) > ("pyth

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