Re: ARM VM with networking support?

2019-11-10 Thread Danny Milosavljevic
> What’s the story with ‘readdir’? Shooting in the dark, we've had "fun" with readdir on ARM before in GNU Mes and ended up doing the following: #ifdef __arm__ #define O_DIRECTORY 0x4000 /*#define O_DIRECT 0x1*/ #else #define O_DIRECTORY 0x1 #endif pgpeHlA84hgU9.pgp Description:

Re: gnu: python: Update to 3.8.0.

2019-11-10 Thread Marius Bakke
Tanguy Le Carrour writes: > Le 11/01, Marius Bakke a écrit : >> Tanguy Le Carrour writes: >> > Oh, oh… what I forgot to mention is that… it's a shameless copy/paste of >> > the python-3.7 package and it would deserve a rewrite! Something like >> > `(inherit python-3.7)` and a modification of

Re: State of ungoogled-chromium in Guix

2019-11-10 Thread Marius Bakke
Vagrant Cascadian writes: > On 2019-10-23, Marius Bakke wrote: >> Version 78 of the upstream Chromium project was released yesterday, with >> the usual amount of security fixes: >> >> https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_22.html >> >> Unfortunately the

Re: State of ungoogled-chromium in Guix

2019-11-10 Thread Vagrant Cascadian
On 2019-10-23, Marius Bakke wrote: > Version 78 of the upstream Chromium project was released yesterday, with > the usual amount of security fixes: > > https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_22.html > > Unfortunately the 'ungoogled-chromium' variant in Guix

Re: Python package naming: Dots vs hyphens

2019-11-10 Thread Andreas Enge
Hello, On Wed, Nov 06, 2019 at 07:49:56AM +0100, pelzflorian (Florian Pelz) wrote: > Shall I rename python-zope-* to python-zope.*? the package naming guidelines say "replace underscores by hyphens". I would extend this to say "replace punctuation marks by (one) hyphen". Probably when we wrote

Re: Profiles/manifests-related command line interface enhancements

2019-11-10 Thread Konrad Hinsen
Hi Ludo, > Of course, using a general-purpose language upfront also comes at a > price, as you note. But I think that what it has to offer to users > outweighs the costs, and that’s a lesson learned from Emacs. Just to > say I’m not willing to replace ‘config.scm’ with ‘config.yaml’, if >