Re: U-Boot for Raspberry Pi

2021-11-02 Thread phodina
Hi Stefan, On Monday, November 1st, 2021 at 12:09 AM, Stefan wrote: > Hi! > > There is already a patch series available since May – patiently awaiting a > review –, which brings support for the Raspberry Pi. It even supports booting > via NFS, which helps to avoid all the common troubles with

home-files-service-type file permissions

2021-11-02 Thread phodina via
Hi Andrew, Thanks for the development of Guix home. I've recently switch to it from my dotfiles. However, there is one thing that I do not know how to set. When using the service home-files-service-type I encountered a situation where I'm copying a script: (simple-service 'dotfiles home-files

Guix system with home-environment

2021-11-02 Thread phodina via
Hi, I just want to ask if it's possible to create an image which has both the operating-system and home-environment configuration together. Currently the way to build them is to do: ;; Guix System guix system build os.scm ;; Guix Home guix home build home.scm However, if I want to build and t

Re: U-Boot for Raspberry Pi

2021-11-02 Thread Stefan
Hi! > Thanks for your amazing work! I've applied the patches and it builds the > system. Welcome, and thanks for the feedback. > However, I ran into several issues. Your troubles might indicate that you didn’t properly mount the ext4 and FAT file systems below /mnt. You should follow the manu

Overriding xkeyboard-config package used by xorg-wrapper

2021-11-02 Thread SeerLite
Hi! I'm trying to override xkeyboard-config with a fork. I've successfully defined a variant in my system configuration along with variants for setxkbmap, xkbcomp and xorg-server that use it as input. They all build fine and seem to run fine too, but the problem is some things break unless th

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

2021-11-02 Thread phodina
Hi, On Sunday, October 31st, 2021 at 10:00 PM, Christophe Pisteur wrote: > Le samedi 30 octobre 2021 à 13:06 +, phodina a écrit : > > > Hi Christophe, > > > > have you tried to run > > > > fc-cache -f > > > > to update the font cache to solve the issue? > > > > Petr > > Thank you very much.

Using julia in guix

2021-11-02 Thread Théo Maxime Tyburn
Hello guix people and julia users! I started using julia in one of my university projects and I am not sure how this should be done the guix way. Has someone experience with this ? For know I just used the julia package manager and the packages are in ~/.julia. I was not able to use the guix pack