Re: Article: Playing with Guix REPL from scratch

2019-01-10 Thread Chris Marusich
Hi, Nice article! I love seeing how other people hack around on stuff. It opens one's mind up to new perspectives and techniques. FYI, there is an email list specifically for blog post review: guix-b...@gnu.org. I'm not sure if it's still active, since I can't find an entry for it on lists.gnu

Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Ludovic Courtès
guix-comm...@gnu.org skribis: > commit f946a370edbf65baab41e8373e25157da5029a88 > Author: Danny Milosavljevic > Date: Thu Jan 10 05:14:43 2019 +0100 > > services: docker: Depend on elogind. > > * gnu/services/docker.scm (docker-shepherd-service)[requirement]: Add > elogind. > ---

Re: Communication and Design at Guix

2019-01-10 Thread L p R n d n
Hello, Ludovic Courtès writes: > Hi swedebugia, > > swedebugia skribis: > By the way, I wanted to start working on the documentation. IMHO, it might benefit from a little graphical enhancement for newcomers. The thing is that it's currently hosted on gnu.org so it's probabl

Re: Communication and Design at Guix

2019-01-10 Thread L p R n d n
Hi, swedebugia writes: > "Ludovic Courtès" skrev: (8 januari 2019 18:37:53 CET) >>Hello, >> >>L p R n d n skribis: >> >>> After taking some time learning Guix and trying to get some new >>packages >>> in, I wanted get involved in a slightly different way. I'm not good >>at >>> programming

Re: Communication and Design at Guix

2019-01-10 Thread L p R n d n
Hello, Ludovic Courtès writes: > Hello, > > L p R n d n skribis: > >> After taking some time learning Guix and trying to get some new packages >> in, I wanted get involved in a slightly different way. I'm not good at >> programming and I think my time might be better used participating in

Re: Packaging Jami (ex GNU Ring)

2019-01-10 Thread Maxim Cournoyer
Hi Pierre, Pierre Neidhardt writes: >> If there is no longer a 'Ring' project, then let's rule this out. > > The current state of affair is not so black & white: It's "Jami" on the web > page, but everything else is stilled called "Ring": the library, the > daemon, and > I'm unsure about the cli

Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Danny Milosavljevic
Hi Ludo, On Thu, 10 Jan 2019 09:59:02 +0100 Ludovic Courtès wrote: > Cgroup file systems are mounted by the corresponding file system > services: > > --8<---cut here---start->8--- > $ sudo herd status | grep cgroup > + file-system-/sys/fs/cgroup > + file-sy

Re: Packaging Jami (ex GNU Ring)

2019-01-10 Thread swedebugia
Pierre Neidhardt skrev: (10 januari 2019 10:10:38 CET) > >> I started packaging qual (qual.net) > >Did you mean "qaul.net"? Yes 😅 It seems promising, but I never tried it IRL. I put it in messaging.scm. Is that suitable? -- Sent from my p≡p for Android. pEpkey.asc Description: application/pgp

Re: Communication and Design at Guix

2019-01-10 Thread swedebugia
L p R n d n skrev: (10 januari 2019 13:09:48 CET) >Hello, > >Ludovic Courtès writes: > >> Hi swedebugia, >> >> swedebugia skribis: >> > By the way, I wanted to start working on the documentation. > IMHO, it might benefit from a little graphical enhancement for > newcomers. The thi

Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Danny Milosavljevic
Replying to myself: > Can I just repeat > > (service-extension file-system-service-type (const %elogind-file-systems)) > > [or a subset thereof] > > in the docker service type and not have to have elogind in the config > at all? Is that safe? (i.e. will it mount the file systems just once?)

Re: Communication and Design at Guix

2019-01-10 Thread Ricardo Wurmus
L p R n d n writes: >> I’m not sure we need a wiki. :-) > > Yeah, I don't know. Still I think some things would benefit from > not getting lost in the mailing list or IRC. :-/ If we have a bit of information that’s valuable enough to keep, it should find its way into the manual. If there’s n

Re: Communication and Design at Guix

2019-01-10 Thread Ricardo Wurmus
L p R n d n writes: >>> What about guix.info? We can do whatever we want there I suppose and just >>> link >>> to it from the gnu site. >> >> Well in general we can always do whatever we want. :-) I do think >> there’s value in presenting GNU manuals in a consistent way, though, >> especiall

Re: Adding a section about security in the guix manual

2019-01-10 Thread Joshua Branson
Chris Marusich writes: > Hi Joshua, > > Thank you for taking the initiative! Basically, if you think you can > improve the docs, give it a try, submit a patch to guix-patc...@gnu.org, > and we can go from there. Sounds good. I will do that. > > Joshua Branson writes: > >> Hello, I would like

Re: 07/07: gnu: emacs-ghub: Update to 3.2.0.

2019-01-10 Thread Mark H Weaver
Hi Jelle, guix-comm...@gnu.org writes: > jlicht pushed a commit to branch master > in repository guix. > > commit b96f0e6ff9f8f36d250b5ae94a908272babb35cf > Author: Jelle Licht > Date: Sat Dec 29 14:55:19 2018 +0100 > > gnu: emacs-ghub: Update to 3.2.0. > > * gnu/packages/emacs.sc

Re: Packaging Jami (ex GNU Ring)

2019-01-10 Thread Pierre Neidhardt
> Now I'm onto pjproject. I'll publish my work later today and if I get stuck > then everyone is welcome to look into it :D OK, I'm making progress. I've pushed some updates on master. So basically all we need at this stage, I think, is a an up-to-date, patched definition of pjproject. The p

Re: Merging staging?

2019-01-10 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > Mark H Weaver writes: > >> Efraim Flashner writes: >> >>> So I think I'd like to see a comparison on hydra of staging vs master >>> and if it's good enough we go ahead and merge >> >> I just asked Hydra to produce another evaluation of 'staging'. When it >> has fi

Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: >> Should it depend on ‘file-system-/sys/fs/cgroup/elogind’, or maybe both >> ‘elogind’ and ‘file-system-/sys/fs/cgroup/elogind’? Depends on what it >> expects from elogind I guess… > > Oh! > > I think Docker doesn't expect anything from elogind. > > Docker uses

Re: Adding a section about security in the guix manual

2019-01-10 Thread Leo Famulari
On Wed, Jan 09, 2019 at 09:52:53AM -0500, Joshua Branson wrote: > Perhaps I would put it right after GNU Distribution > System > Configuration. Perhaps I would call that section "Hardening > Recommendations". Some of the things that I want to include are strong > passwords, encrypted drives, MAC

ASDF Builder (Common Lisp) & "package-inferred-system" Packages

2019-01-10 Thread Katherine Cox-Buday
Hey all. I think the common-lisp build system might be broken for "package-inferred-system" style common-lisp packages. The build system appears to find the dependencies, but then replace[1] "invalid" (within the context of the store) characters with `-`. I think this breaks asdf as it then cannot

Re: Adding a section about security in the guix manual

2019-01-10 Thread Ricardo Wurmus
Leo Famulari writes: > On Wed, Jan 09, 2019 at 09:52:53AM -0500, Joshua Branson wrote: >> Perhaps I would put it right after GNU Distribution > System >> Configuration. Perhaps I would call that section "Hardening >> Recommendations". Some of the things that I want to include are strong >> p