Dear all,
In the course of trying out poetry for data science projects on
guix, I am running into the problem of some poetry-installed
packages not finding their desired libraries. (See example below
with pandas.) I suppose this is because poetry will download
pre-built binary wheels which ha
Hi all,
I've implemented a basic Guix plugin for Oh-My-Zsh's Bullet Train theme.
I plan to add more functionality going forwards as I think of more use cases.
Bullet Train is a fancy console prompt that supports Python, Ruby, Git, AWS, etc
- by augmenting the command prompt with contextual about
Hello! I wish to remove network-manager-applet extension from
profile-service-type
which is in the list of extensions of
xfce-desktop-service-type [1] and [2]
And also I want to see the result.
I try it unsuccessfully like this:
$ guile
> (use-modules (gnu) (gnu services) (gnu services desktop)
Dear all,
Do you know if there is any equivalent to shellHook, available for the
nix-shell command, for setting up a guix environment through a manifest.scm
file?
Or maybe another methodology with guix to have approximatively the same
behavior? (i.e. in a file that can be put under version con
Hello Ricardo and jbranso, thank you very much for your reply.
I appreciate your comments and will take them into account.
Agreed Ricardo, I will read the cookbook, thanks for the recommendation ...
If I would like to continue learning Guix and especially put it as my main
system, only that I was
Le Tue, Mar 09, 2021 at 08:52:12AM +0100, divoplade a écrit :
> Hello,
Hello Divoplade and thanks for your help,
>
> Le mardi 09 mars 2021 à 08:48 +0100, Fulbert a écrit :
> >
> > Attached, 2 files with such an error. Note that I have
> > translated the messages back to english (from french)… j
Hi Ricardo!
As Julien wrote this is expected as you have an expression that starts
with a string:
("hello" whatever)
This will try to apply the string "hello" to the argument “whatever”. I
don’t know how to apply a string to anything, and neither does Scheme.
I would go with quasiquotati
Raghav Gururajan writes:
>(replace 'install
> (lambda _
>(for-each (lambda (solution)
>(with-directory-excursion solution
> ((assoc-ref copy:%standard-phases 'install)
>