Re: Cannot build personal channel derivation during guix pull

2024-01-26 Thread Marek Paśnikowski
23.01.2024 16:17:48 CET Marek Paśnikowski: > Dear All > > This is my first attempt to connect to my personal Guix channel. After > ironing out server-side inadequacies in my configuration code, I > encountered a very resilient, cryptic error. > > After one day of experimentation, where nothing I

modprobe.d multi-params options to kernel parameters

2024-01-26 Thread Distopico
Hi Guixers, so far as I know Guix not detect/load `modprobe.d/my-config.conf` so I need help to translate the following modprobe.d configuration into a kernel parameter. ``` alias snd-card-0 snd-hda-intel alias snd-card-1 snd-hda-intel options snd-hda-intel id=Creative index=0 options

Location of Guix manpages in foreign distribution

2024-01-26 Thread Suhail
Hello all, When doing a binary installation via the [shell installer script] (with possible updates via "sudo -i guix pull"), where are the manpages installed? The info pages are linked and accessible from ~/.config/guix/current/share/info/ , but there's no corresponding

Re: Using cross-compiled packages (e.g. x86_64-linux-gnux32 on x86_64-linux-gnu)

2024-01-26 Thread Sven Hartrumpf
Hello. > Sven Hartrumpf writes: > >> Hello. >> >> I want to cross-compile some packages for the x32 ABI >> (because it can speed up one of my performance-critical applications). >> Thanks to Efraim’s recent changes, I can simply use >> >> # guix build lz4 –target=x86_64-linux-gnux32 >> (lz4 is