Re: Incorrect display of system fonts after guix system reconfigure (2021_10_29)

2021-10-30 Thread phodina via
Hi Christophe, have you tried to run fc-cache -f to update the font cache to solve the issue? Petr Original Message On Oct 29, 2021, 12:14 PM, Christophe Pisteur < christophe.pist...@fsfe.org> wrote: Hello, I installed some time ago guix system (1.3) on a Lenovo libreboot wi

Re: Need help with Xmonad setup and login from tty

2021-10-30 Thread Mekeor Melire
Hello :) I also start XMonad from the terminal/TTY. I use the following command which I found in some Guix mailing list: --8<---cut here---start->8--- xinit -- ~/.guix-profile/bin/Xorg :0 vt1 \ -keeptty \ -configdir ~/.guix-profile/share/X11/xorg.conf.d \

Re: Need help with Xmonad setup and login from tty

2021-10-30 Thread Mekeor Melire
Oops, I gotta correct a detail! 2021-10-30 / 19:22 / mek...@posteo.de: > Hello :) > > I also start XMonad from the terminal/TTY. I use the following command > which I found in some Guix mailing list: > > --8<---cut here---start->8--- > xinit -- ~/.guix-profile/

no binary for interpreter `python' found in $PATH

2021-10-30 Thread Fredrik Salomonsson
Hi Guix, I'm trying to package up my simple python script for copying images from my camera. But I'm encounter an issue when building, namely the patch-shebangs phase does not find python and therefore skips patching the shebang line. Here's my definition --8<---

Re: no binary for interpreter `python' found in $PATH

2021-10-30 Thread Ricardo Wurmus
Hi Fredrik, (inputs `(("python" ,python) […] patch-shebang: /gnu/store/ddqy6n4br1snnv57cxybdmycgyc2h01f-picmover-1.2.4/bin/picmover: warning: no binary for interpreter `python' found in $PATH […] I've probably missed something obvious in my package definition but I cannot see what. Shou

U-Boot for Raspberry Pi

2021-10-30 Thread phodina via
Hi, I'm trying to run Guix System on Raspberry Pi. In order to do that we need a way to boot it up. There is the nonfree Broadcom bootloader, which does the job and it's used by many distributions. However, there is also an open source alternative as U-Boot supports the BCM SoCs. I had look

Re: U-Boot for Raspberry Pi

2021-10-30 Thread Vagrant Cascadian
On 2021-10-30, phodina via wrote: > I'm trying to run Guix System on Raspberry Pi. In order to do that we > need a way to boot it up. > > There is the nonfree Broadcom bootloader, which does the job and it's > used by many distributions. > > However, there is also an open source alternative as U-Bo

Re: no binary for interpreter `python' found in $PATH

2021-10-30 Thread Fredrik Salomonsson
Hi Ricardo, Ricardo Wurmus writes: > Hi Fredrik, > >> (inputs `(("python" ,python) > […] >> patch-shebang: >> /gnu/store/ddqy6n4br1snnv57cxybdmycgyc2h01f-picmover-1.2.4/bin/picmover: >> warning: no binary for interpreter `python' found in $PATH > […] >> I've probably missed something obv

Why doesn't Guix build static libraries?

2021-10-30 Thread Tim Lee
I noticed that many C and C++ libraries in Guix are built with the --disable-static option. Why are static libraries excluded from Guix?

Re: U-Boot for Raspberry Pi

2021-10-30 Thread phodina
Hi vagrant, On Sunday, October 31st, 2021 at 12:05 AM, Vagrant Cascadian wrote: > On 2021-10-30, phodina via wrote: > > > I'm trying to run Guix System on Raspberry Pi. In order to do that we > > > > need a way to boot it up. > > > > There is the nonfree Broadcom bootloader, which does the job