Re: [PATCH] Add Tor client only package definition

2020-06-02 Thread Andre Batista
I need to stop thinking of cars and cdrs. It didn't even try to compile again, just gave me the address on the store, so I'm guessing guile is smart enough to see it's equivalent and does not care at all. I'll be less clumsy next time around. --- --- a/gnu/packages/tor.scm 2020-06-03 01:29

Re: [PATCH] Add Tor client only package definition

2020-05-31 Thread Andre Batista
There was a missing space on the previous email. 'indent-code.el' did not keep exactly the same indenting as other definitions so I did insert spaces by hand but forgot one, so I'm resending. Also, I've forgot to mention that the build seems to be deterministic. --- commit: 018cffc9c9e5a5855733f

Re: [PATCH] Add Tor client only package definition

2020-05-26 Thread Andre Batista
Hi Ludo, dom 24 mai 2020 às 22:51:16 (1590371476), l...@gnu.org enviou: > Hi Andre, > > What difference does it make, for instance in terms of the total size > returned by “guix size tor-client” vs. “guix size tor”? Considering only the total size, the difference doesn't appear to be significant

[PATCH] Add Tor client only package definition

2020-05-16 Thread Andre Batista
Hello Guix, Starting on version 0.4.3.5, Tor provides a configuration flag to disable relay code (--disable-module-relay). Considering most people are running clients, not relays, I thought it would be nice for guix to have a client-only package definition (maybe it could even be the default?). Wh