Re: Questions regarding substitutes with debug output

2022-04-28 Thread Ricardo Wurmus
Olivier Dion writes: > On Thu, 28 Apr 2022, Ricardo Wurmus wrote: >> Olivier Dion writes: >> >>> In my case, I prefer to avoid using package object directly. As >>> mentioned in GWL' manual, the version of Guix running GWL and the >>> version of Guix used by GWL (the inferior) might not be t

Re: Screen sharing ungoogled-chromium

2022-04-28 Thread Giovanni Biscuolo
Hi phodina this sounds like an upstream bug, or do you think it depends on Guix packaging? phodina via writes: > Hi, > > I'm attempting to share my screen in the chromium browser (100.0.4896.127-1). > > I've enabled the #enable-webrtc-pipewire-capturer flag and I also have > xdg-desktop-portal

Re: Questions regarding substitutes with debug output

2022-04-28 Thread Olivier Dion via
On Thu, 28 Apr 2022, Ricardo Wurmus wrote: > Olivier Dion writes: > >> In my case, I prefer to avoid using package object directly. As >> mentioned in GWL' manual, the version of Guix running GWL and the >> version of Guix used by GWL (the inferior) might not be the same. Thus, >> it is not oka

Re: Questions regarding substitutes with debug output

2022-04-28 Thread Olivier Dion via
On Thu, 28 Apr 2022, Olivier Dion wrote: > setfff Oops :-O. Tell me you're using emacs without telling me you're using emacs. -- Olivier Dion oldiob.dev

Re: Questions regarding substitutes with debug output

2022-04-28 Thread Olivier Dion via
On Thu, 28 Apr 2022, zimoun wrote: > Hi, > > On Fri, 22 Apr 2022 at 10:29, Olivier Dion via wrote: >> On Fri, 22 Apr 2022, Maxim Cournoyer wrote: > >>> Channels can only extend, not override the default Guix channel (the >>> world would be a bit of a mess if it did). So the easiest path is to >

Re: Questions regarding substitutes with debug output

2022-04-28 Thread Ricardo Wurmus
Olivier Dion writes: >> Therefore, since your question is rooted from GWL: >> >> I need to specify the package programmatically as a string in >> Guile. More specifically in the process packages field of Guix >> Workflow Language. >> >> maybe GWL could also accept a sym

Re: guix pull; guix package -u; sudo guix system reconfigure /etc/config.scm

2022-04-28 Thread EuAndreh
> When I did it two days ago it took 6 hours. I couldn't swich off my > laptop. You can switch your laptop. Whatever was fully compiled or downloaded before stopping the upgrade will be kept, and running it again will pick it up from there.

Re: How to prevent incomplete build results from being garbage collected?

2022-04-28 Thread zimoun
Hi, On Sat, 16 Apr 2022 at 13:32, James Thomas wrote: > Mykola Nikishov wrote: >> #+begin_example >> guix build >> guix gc >> guix build >> #+end_example [...] > guix shell -D -r In addition, you could use “guix gc -F 10G” or whatever space you would like to reclaim. Because “guix

Re: Questions regarding substitutes with debug output

2022-04-28 Thread Ricardo Wurmus
zimoun writes: > Therefore, since your question is rooted from GWL: > > I need to specify the package programmatically as a string in > Guile. More specifically in the process packages field of Guix > Workflow Language. > > maybe GWL could also accept a symbol instead o

Re: Setup a remote pair-programming environment

2022-04-28 Thread zimoun
Hi Maxim, I am late to the party. :-) On Wed, 23 Feb 2022 at 21:19, Maxim Cournoyer wrote: >> That was fun, really fun (at least for me haha). >> I enjoy this way to share knowledge, demonstrate, mentor, etc. More >> than reading or watching content from you all. > > It sure sounds fun! It was

Re: Questions regarding substitutes with debug output

2022-04-28 Thread zimoun
Hi, On Fri, 22 Apr 2022 at 10:29, Olivier Dion via wrote: > On Fri, 22 Apr 2022, Maxim Cournoyer wrote: >> Channels can only extend, not override the default Guix channel (the >> world would be a bit of a mess if it did). So the easiest path is to >> use a different name; alternatively for gra