Re: A weird thing about network connections in Icecat (and Firefox) on Guix

2020-12-14 Thread Christopher Lemmer Webber
Pierre Neidhardt writes: > Hi Chris, > > Unsure if it's related, but I can reproduce this recipe on my Guix > System with the Nyxt browser. > > - Enable Tor service. > - Start Nyxt. > - Enable proxy-mode over Tor. > - Go to https://check.torproject.org/ to confirm it's working. > - Put system to

Re: A weird thing about network connections in Icecat (and Firefox) on Guix

2020-12-14 Thread Pierre Neidhardt
Hi Chris, Unsure if it's related, but I can reproduce this recipe on my Guix System with the Nyxt browser. - Enable Tor service. - Start Nyxt. - Enable proxy-mode over Tor. - Go to https://check.torproject.org/ to confirm it's working. - Put system to sleep for a while. - Wake up the the system

A weird thing about network connections in Icecat (and Firefox) on Guix

2020-12-14 Thread Christopher Lemmer Webber
The same thing happens in Icecat as it does in nonguix's Firefox. (I mention the firefox thing to indicate that I *don't* think it's icecat-specific code). I've had this happen on my computer and have found it weird/disturbing for a while, but recently I found it's also happening on my spouse's

Re: guix pull fails because substitution fails

2020-12-14 Thread Thorsten Wilms
On Mon, 14 Dec 2020 14:28:48 +0100 zimoun wrote: > You were pulling b828057, but from which commit? ``` $: guix describe Generation 161 Dec 02 2020 14:24:58(current) guix 9fe5bb7 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit:

Re: guix pull fails because substitution fails

2020-12-14 Thread zimoun
Hi, On Sat, 12 Dec 2020 at 19:48, Thorsten Wilms wrote: > ``` > $ guix pull > > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... Building from this > channel: guix https://git.savannah.gnu.org/git/guix.git > b828057 You were pulling b828057,

Re: Custom package, specifying cmake source directory?

2020-12-14 Thread Ekaitz Zarraga
Hi again, Let me re-answer because I think I screwed in a couple of points. So, you are not trying to use other build directory but a different source directory. That's a little bit different. Instead of making a `chdir` you need to touch the `srcdir` variable. In that case, you can change

Re: Custom package, specifying cmake source directory?

2020-12-14 Thread Ekaitz Zarraga
Hi Matthew, ‐‐‐ Original Message ‐‐‐ On Monday, December 14, 2020 3:55 AM, Matthew Brooks wrote: > I'm working on a custom package definition, but when it gets built the cmake > files are in "source/src" instead of "source", and so the build system errors > out when trying to run