Re: [PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Christopher Baines
Christopher Baines writes: > * mumi/web/graphql.scm (): Include blocked-by. > --- > mumi/web/graphql.scm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/mumi/web/graphql.scm b/mumi/web/graphql.scm > index aa4f38c..3cc19cd 100644 > --- a/mumi/web/graphql.scm > +++

[PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Christopher Baines
* mumi/web/graphql.scm (): Include blocked-by. --- mumi/web/graphql.scm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mumi/web/graphql.scm b/mumi/web/graphql.scm index aa4f38c..3cc19cd 100644 --- a/mumi/web/graphql.scm +++ b/mumi/web/graphql.scm @@ -63,7 +63,10 @@

Re: Guidelines for pre-trained ML model weight binaries (Was re: Where should we put machine learning model parameters?)

2023-05-30 Thread Simon Tournier
Hi Ludo, On ven., 26 mai 2023 at 17:37, Ludovic Courtès wrote: >> Well, I do not know if we have reached a conclusion. From my point of >> view, both can be included *if* their licenses are compatible with Free >> Software – included the weights (pre-trained model) as licensed data. > > We

Re: How many bytes do we add (closure of guix) when adding one new package?

2023-05-30 Thread Simon Tournier
Hi, On ven., 26 mai 2023 at 18:21, Ludovic Courtès wrote: > I agree that .go files are quite big (.scm files as well, but we’ve > improved information density somewhat by removing input labels :-)). > > The size of .go files went down when we switch to the baseline compiler > (aka. -O1): > >

Re: [PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Arun Isaac
Hi Chris, Thanks for the patch! I have pushed it after renaming blocked-by to blocked_by. Underscores are a bit cringey, but unfortunately GraphQL doesn't like hyphens. To see the effects of this change, we need to reconfigure berlin to run the latest mumi. I will figure that out and do it

pam_ssh_agent_auth on a Guix System?

2023-05-30 Thread Giovanni Biscuolo
Hello, AFAIU pam_ssh_agent_auth https://pamsshagentauth.sourceforge.net/ is not already packaged in Guix, or am I missing something? I'd like to execute sudo without having to set and enter a password [1] and that PAM module is needed ...then also a service to properly setup /etc/pam.d/sudo and

Re: pam_ssh_agent_auth on a Guix System?

2023-05-30 Thread Development of GNU Guix and the GNU System distribution.
Hi Giovanni, On Tue, May 30, 2023 at 9:59 AM Giovanni Biscuolo wrote: > > AFAIU pam_ssh_agent_auth https://pamsshagentauth.sourceforge.net/ is not > already packaged in Guix, or am I missing something? I was not able to find it, either. > I'd like to execute sudo without having to set and

ping on a build fix for a build failure (main branch)

2023-05-30 Thread Andy Tai
Hi, following previous comments (thanks) I have submitted a patch to correctly fix a build failure due to compiler warnings, instead of avoiding not building tests, on this Guix bug issue: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63526 Please review the patch (which shall be a simple and

Re: branch master updated: gnu: eudev: Use new package style.

2023-05-30 Thread Liliana Marie Prikler
Am Montag, dem 29.05.2023 um 20:29 +0100 schrieb Christopher Baines: > > Liliana Marie Prikler writes: > > > Am Montag, dem 29.05.2023 um 19:28 +0100 schrieb Christopher > > Baines: > > > > > > guix-comm...@gnu.org writes: > > > > > > > This is an automated email from the git

Re: [PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Christopher Baines
Arun Isaac writes: > Thanks for the patch! I have pushed it after renaming blocked-by to > blocked_by. Underscores are a bit cringey, but unfortunately GraphQL > doesn't like hyphens. > > To see the effects of this change, we need to reconfigure berlin to run > the latest mumi. I will figure

Re: How many bytes do we add (closure of guix) when adding one new package?

2023-05-30 Thread Csepp
Simon Tournier writes: > Hi, > > On ven., 26 mai 2023 at 18:21, Ludovic Courtès wrote: > >> I agree that .go files are quite big (.scm files as well, but we’ve >> improved information density somewhat by removing input labels :-)). >> >> The size of .go files went down when we switch to the

Re: How many bytes do we add (closure of guix) when adding one new package?

2023-05-30 Thread Jack Hill
On Tue, 30 May 2023, Simon Tournier wrote: Just to put a figure on what means “big”: currently the .go files are 5 times bigger than their associated .scm. Somehow, it’s the trap of DSL. :-) Packages are declarative and the information they declare is not dense. However, because they are

Re: branch master updated: gnu: eudev: Use new package style.

2023-05-30 Thread Attila Lendvai
> > As for reverting it, I'm somewhat indifferent. I'm more interested in > > the longer term cost of making changes like this than the temporary > > drops in substitute availability. > > You mean as a precedent for similar commits in the future or as a way > of involuntarily breaking other

Workflow ideas [Was: branch master updated: gnu: eudev: Use new package style.]

2023-05-30 Thread Development of GNU Guix and the GNU System distribution.
Hi Attila, On Tue, May 30, 2023 at 12:49 PM Attila Lendvai wrote: > > maybe with the addition of team branches a core-updates branch would be much > more manageable? and it'd be easier to merge it more frequently? I think even fewer people will feel responsible for that unloved branch.