Re: Possible sources of environment variables

2023-01-01 Thread Julien Lepiller
I don't use guix on a foreign distro, so maybe I don't remember properly, but I think your profile is automatically sourced from /etc/profile.d or similar. Le 30 décembre 2022 18:12:32 GMT+01:00, Tirifto a écrit : >Hello! I have a small problem that’s a bit odd, perhaps. I have some >environmen

guix container with FHS emulation and env vars

2023-01-01 Thread jman
Hello, When emulating a FHS I observe that env vars are not preserved. Example this command will not preserve $PATH: guix shell --container --emulate-fhs --preserve='^PATH$' When creating a container *without* emulating a FHS, env vars are available, example: guix shell --container --preserv

Possible sources of environment variables

2023-01-01 Thread Tirifto
Hello! I have a small problem that’s a bit odd, perhaps. I have some environment variables defined to include Guix-related paths, but I have no idea where they’re being defined. I was sourcing the ‘~/.guix-profile/etc/profile’ file from my ‘~/.profile’, but after I commented that part of my ‘~/

emacs-xwidgets not working (gdk-pixbuf-error-quark) also no icons

2023-01-01 Thread Moisés Simón
Any help to fix this issue is gretly appreciated. So I have never managed to get icons to work in my guix system. Not even with a basic reconfigure with desktop.tmpl and I think now that this is because I have broken my system somehow. Now I have detected that I can't launch emacs-xwidgets it t

Python packages

2023-01-01 Thread Moritz Tacke
Hi, I am trying to use guix to install packages that debian does not offer. However, in most cases (python modules) the package can't be installed directly using guix as the package file is missing. What is the correct way to proceed for e.g. a pypi module? I am currently creating a package file m