Can You Help With applying patches when doing `guix pull` ?

2022-12-15 Thread calcium
Is there an easy way to applies patches locally (at every pull) without having to maintain a whole channel ? Because I want to have the patch tree-sitter for emacs[1] and the patch exwm-emacs-next[2] without creating and maintainging my whole channel ! for 2 patches that are already compatibl

How to setup custom keyboard layout ?

2022-11-21 Thread calcium
I have a custom .xkb layout for X and a .map.gz for console. How does I specify using my custom layouts local files in /etc/config.scm ? I didn't find any documentation about that. thanks.

Create package to add new files

2022-06-27 Thread calcium via
I tried using the procedures text-file* and plain-file but I can't manage to make it works. Im trying to define a package that will be used to add files to cups, in the same ways taht the package brlaser add files. But no luck, every time I try to create a `plain-file` the build fails. Help a