Re: How to define a local fonts.conf file for fontconfig with a Guix Home service?

2025-02-19 Thread via
Oleander via writes: > Hello, > is it possible to define my own fonts.conf file with a Guix home > service or to prevent Guix from creating the > ~/.config/fontconfig/fonts.conf symlink? Hello, I use `home-dotfiles-service-type` with `.config/fontconfig/conf.d/00-default.conf` for this purpose.

Re: conflict of packages

2025-01-31 Thread via
gfp writes: > Hi Guix, > > 1. > I wanted to change the language into English > but it didn´t work > Why? > > gfp@Tuxedo ~$ export LC_ALL=C* > bash: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht > ändern (C*): Datei oder Verzeichnis nicht gefunden Maybe try 'export LANG=en_US.ut

Re: "xmu not found" issue trying to build zutty package

2024-12-27 Thread via
Benjamin Slade writes: > Hi Guix, > > I'm trying to build the Zutty terminal emulator on Guix and, no matter > whether I include `libxmu` as an input, native input, or propagated > input, the `waf-build` seems to report that 'xmu' cannot be > found. (See partial .drv output below:) > You can add