Re: python-pip is broken after updates

2020-05-24 Thread Dmitry Alexandrov
zna...@disroot.org wrote: > I am using free vpn by protonvpn on GuixOS. protonvpn installs own client > written on python3 requiring pip3. It works fine after installation under > root. > > Could you … make some advices? Guix aside, I definitely could advise you to stop using obscure ad-hoc

Re:

2020-05-24 Thread Josh Marshall
I think the standard advice is to submit a patch to update the version of xonsh, then use profiles to run the version desired. On Tue, May 19, 2020 at 8:32 PM Edison Ibáñez wrote: > >Regards, > >I currently use xonsh as my user's shell, but the default version in >GuixSD is 0.6.2 and

python-pip is broken after updates

2020-05-24 Thread znavko
Hello! I am using free vpn by protonvpn on GuixOS. protonvpn installs own client written on python3 requiring pip3. It works fine after installation under root. But updates break it. After I made under root # guix pull && guix package -u # guix system reconfigure /etc/config.scm # guix system

Re: Vanilla Firefox recipe?

2020-05-24 Thread Adonay Felipe Nogueira via
I came late to this issue, but I think this should have been posted on development mailing list. It's not good if we use the general help list to foster non-free software like Firefox or those which are third-party package managers with no default repository explicitly commited to following the

Thunderbolt support in GuixSD?

2020-05-24 Thread Ekaitz Zarraga
Hi, Does anyone use a computer with a thunderbolt port in GuixSD? Is there support for that? Looks like the kernel already has support for them and freedesktop has developed a daemon for it: https://gitlab.freedesktop.org/bolt/bolt But doesn't look like it's packaged for Guix. Is it? Thanks!

guix completion in zsh

2020-05-24 Thread Reza Alizadeh Majd
Hi, after replacing the default shell with `zsh`, I lost the tab completion feature for Guix commands. do I need to perform any specific configuration to enable this feature? -- Reza Alizadeh Majd PantherX Team https://pantherx.org

Re: Missing zlib and readline when using pyenv

2020-05-24 Thread Efraim Flashner
On Thu, May 21, 2020 at 03:50:48PM -0500, Edison Ibáñez wrote: >Cheers, > >In my normal development flow I have projects that depend on different >versions of python, for this I use pyenv which allows me to configure >the version to be used per project, but when installing any