Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread zimoun
Dear sirgazil, On Thu, 21 May 2020 at 22:53, Marius Bakke wrote: > sirgazil writes: > > Hmm, and is there any way for a Guile program installed as a Guix package > > to use the modules of the Guix obtained by the user with "guix pull" and > > also being able to take advantage of user-defined

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread sirgazil
On Thu, 21 May 2020 15:52:59 -0500 Marius Bakke wrote > sirgazil writes: > > > Hmm, and is there any way for a Guile program installed as a Guix package > > to use the modules of the Guix obtained by the user with "guix pull" and > > also being able to take advantage of user-d

Missing zlib and readline when using pyenv

2020-05-21 Thread Edison Ibáñez
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 version it gives me an error indicating that neither readline or zlib is f

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread Marius Bakke
sirgazil writes: > Hmm, and is there any way for a Guile program installed as a Guix package to > use the modules of the Guix obtained by the user with "guix pull" and also > being able to take advantage of user-defined channels? Or is this just not > possible at all? You need to add $HOME/.c

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread sirgazil
The error is gone after reconfiguring, but I still have a question about using Guix API from a Guile script. On Thu, 21 May 2020 07:44:58 -0500 Marius Bakke wrote > sirgazil writes: > > > Hi, > > > > I use Guix's GNU system. > > > > I had written a Guile script that called

Re: Update Xonsh

2020-05-21 Thread Edison Ibáñez
Thanks Tobias, The only part that I would change is in the "inputs" to add python-prompt-toolkit since it will add more complete functionality when presenting predictions or suggestions something similar to what fish shell and zsh do. (inputs `(("python-ply" ,python-ply) ("pytho

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread sirgazil
On Thu, 21 May 2020 07:44:58 -0500 Marius Bakke wrote > sirgazil writes: > > > Hi, > > > > I use Guix's GNU system. > > > > I had written a Guile script that called Guix procedures to manipulate > > profiles. I put it in a Guix package in a custom channel and installed it.

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread Marius Bakke
sirgazil writes: > Hi, > > I use Guix's GNU system. > > I had written a Guile script that called Guix procedures to manipulate > profiles. I put it in a Guix package in a custom channel and installed it. It > used to work, but now it fails with an error I can also reproduce when trying > to d

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread Efraim Flashner
On Wed, May 20, 2020 at 04:38:02PM -0500, sirgazil wrote: > Hi, > > I use Guix's GNU system. > > I had written a Guile script that called Guix procedures to manipulate > profiles. I put it in a Guix package in a custom channel and installed it. It > used to work, but now it fails with an error