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
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
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
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
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
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
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.
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
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