Congrats on KDE Plasma

2022-11-25 Thread Raghav Gururajan
Hello Guix! I'd like to congratulate and thank Petr Hodina, Brendan Tildesley, Marius Bakke, et al; for their tremendous effort in bringing KDE Plasma to Guix. :-) Regards, RG. OpenPGP_signature Description: OpenPGP digital signature

WIP branch for MNT/Reform DIY laptop

2022-11-25 Thread Vagrant Cascadian
I've been working on adding support for MNT/Reform to guix https://mnt.re/media/reform_md/2020-05-08-the-much-more-personal-computer.html Just pushed the wip-mnt-reform branch; all it has is a kernel that I have sucessfully booted on Debian, so it should be theoretically possible to build a gui

Re: issue tracking in git

2022-11-25 Thread Arun Isaac
Hi zimoun, >> We also have ci and cd based on our own system containers in Guix. >> >> => https://ci.genenetwork.org/ > > This is based on which CI code? Your own or do you use an existing CI > framework/tools? This CI is built using guix-forge documented at https://guix-forge.systemreboot.net

Re: issue tracking in git

2022-11-25 Thread zimoun
Hi Pjotr, On Wed, 23 Nov 2022 at 14:18, Pjotr Prins wrote: > We also have ci and cd based on our own system containers in Guix. > > => https://ci.genenetwork.org/ This is based on which CI code? Your own or do you use an existing CI framework/tools? Cheers, simon

Guile debugger workgroup? (was: Coding style: similarly-named variables)

2022-11-25 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Maxim, > > On Mon, 21 Nov 2022 at 15:55, Maxim Cournoyer > wrote: > >> In practice since using breakpoints/a debugger to debug Guile code >> rarely works as intended (in my experience hacking on Guix!), we >> typically sprinkle the source with 'pk', and that point

Re: Layout of ‘define-configuration’ records

2022-11-25 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Maxim, > > On Mon, 21 Nov 2022 at 16:00, Maxim Cournoyer > wrote: > >> That sounds very appropriate indeed. I guess we could send >> announcements on API breaking changes to both places. I suppose not >> many people are registered to 'info-guix' (I wasn't myself

Re: Layout of ‘define-configuration’ records

2022-11-25 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: [...] >> Ah! Thanks for pointing my silly mistake. Then the argument would >> become... if it's good for define-configuration, it should have been >> good for define-record-type* the same (w

Re: [RFC] package-with-features

2022-11-25 Thread zimoun
Hi, On Thu, 24 Nov 2022 at 20:26, "(" wrote: > This comment by oriansj on IRC: > >I am thinking in terms of gentoo builds and making > it easy to avoid some packages from being downloaded or built > like pulseaudio (I like alsa better) and trim down the dependencies > to only those tha

how to customize mirror list used in custom channels?

2022-11-25 Thread zimoun
Hi, I have a custom channel defining a package. The source of this package is mirrored. In ’(guix download)’ module, the list of mirrors are provided by the list ’%mirrors’. So I would like to add mine, e.g., (cons '(mine "https://fast-server.org/sources/";