bug#70490: guix-for-channels stuck in a loop

2024-04-21 Thread Nicolas Odermatt-Lemay
Hi, The procedure guix-for-channels seems to have introduced a loop. I am currently using guix with commit 43a4215cad8c6da357f895569c0cedf5e854cee0. Here are the steps to reproduce : 1. Take the example file system/examples/vm-image.tmpl 2. Add the guix-science channel as explained in https://guix.

bug#70491: system-config-printer once again cannot find cupshelpers

2024-04-21 Thread Athena Martin via Bug reports for GNU Guix
$ guix shell system-config-printer -- system-config-printer Traceback (most recent call last): File "/gnu/store/hk90zfj9gzx4axws9ymzqni2ka7b2pb1-system-config-printer-1.5.16/share/system-config-printer/system-config-printer.py", line 76, in import cupshelpers ModuleNotFoundError: No module

bug#70497: exult search path for sound effects

2024-04-21 Thread Christoph Weiss
Hi, The exult package will, according to `strace` output, only look for the digital sound effect files in /gnu/store/...-exult/share/exult and the CWD. Accordingly, for me digital sound effects only work if I start the game in my ~/.local/share/exult, where the sound files reside. Best, Ch

bug#70480: Guix bios installation: Grub error: unknown filesystem

2024-04-21 Thread Franz Geffke
Hi Timotej, > tune2fs -O ^metadata_csum_seed /dev/sda1 That's exactly what I needed; Thanks so much! Works great on MBR, GPT and with encrypted disk too. Cheers, Franz

bug#66866: [PATCH] build-system: copy: Fix cross-compilation.

2024-04-21 Thread dan
* guix/build-system/copy.scm (lower): Change arguments passed to host-inputs and build-inputs. Change-Id: I2991854b48587ab00ccc03712304e2850727e6b7 --- This patch tries to fix a issue related to grafting when cross-compiling. See https://issues.guix.gnu.org/66866 for more discussion. guix/build