Docs: Clarify use-cases of `guix-for-channels`?

2024-12-27 Thread 45mg
Hi Tomas, I finally understand that it's my use of `guix-for-channels` that's making it pull when I reconfigure. So, my issue is solved by removing the `(guix)` field from the `(guix-configuration)` form in the configuration I posted. All I was trying to do was specify additional channels in my s

Re: On a Guile-based Build-Tool complimenting Guix

2024-12-27 Thread Divya Ranjan
Hello Sergio, > While I don’t have a specific starting point in mind, I believe that an > essential feature such a tool, is the ability of continuing builds from > successful phases. While I haven't looked Nicholas' patches carefully, how do you think we could use Guix's build-system functiona

Re: On a Guile-based Build-Tool complimenting Guix

2024-12-27 Thread Divya Ranjan
Thanks for sharing these, Janeke! On 19 December 2024 21:17:39 GMT, Janneke Nieuwenhuizen wrote: >Divya Ranjan writes: > >Hello, > >> The other day, after being frustrated of build systems (auto-tools, >> meson, maven etc.), I wondered why doesn’t Guix which has such >> powerful tools within it (

Re: On a Guile-based Build-Tool complimenting Guix

2024-12-27 Thread Divya Ranjan
Hello Fi, Would you prefer a guile interface to meson, or a meson replacement in Guile? Regards, On 27 December 2024 00:41:33 GMT, Fi wrote: >I was thinking this the other day!, was wondering about how useful a guile >interface to meson would be. > >On 19. 12. 24 22:12, Divya Ranjan wrote: >>

Re: Expressing my interest for participation in fellowship-like programs

2024-12-27 Thread Divya Ranjan
Hello Ashvith, The GSoC program you're considering was only a proposal, and I'm not sure if it was an accepted one. Pjotr can say more about that. I recently began a thread on a Guile-based build system, you can look through that and ask if anything's needed. Regards, On 26 December 2024 09:4

Re: On a Guile-based Build-Tool complimenting Guix

2024-12-27 Thread Divya Ranjan
Hello Pjotr, glad to see that you'd be still interested in such a project. > Where it comes to other targets, such as Debian distros and all, it is > probably going to be too painful to handle to resolve all their demands. Can you elaborate on what exactly would be hard to figure out for a Debia

Re: On a Guile-based Build-Tool complimenting Guix

2024-12-27 Thread Divya Ranjan
Hello Attila, > i'm not sure whether that is part of your goals. maybe you just want to > provide an alternative build system, and merely inspire upstream authors to > migrate to it? (as opposed to providing a compatible guile-based build script > in parallel to upstream's makefiles) Indeed th

Re: On a Guile-based Build-Tool complimenting Guix

2024-12-27 Thread Divya Ranjan
Hello Oliver, Thanks for the elaborate response and apologies for a delayed one from me, the holidays have been occupied. The build system you present looks really interesting. But can you list down exactly how it works and how a developer can use it to build something in Guile using Guix? Al

Re: Why does `system reconfigure` need to `pull`?

2024-12-27 Thread Tomas Volf
Hello, 45mg <45mg.wri...@gmail.com> writes: > [..] > > As I suspected, the issue does not show up until you add additional > channels in your configuration file - in the case of the configuration > below, that means adding the `my-channels` definition and the > `modify-services` form. When you r

Re: Why does `system reconfigure` need to `pull`?

2024-12-27 Thread 45mg
Hello again Guix, Thanks, everyone, for the replies to my inital message. Reading through them, I developed a hunch that that the issue might only occur when you configure additional channels in your system configuration, and I think I've been able to verify this. Rutherther suggested that I shar