Mandb does not include guix package man pages

2024-03-12 Thread Pan Xie
Hello I find this issue on both GuixSD and guix package manager on ArchLinux. The problem is `man -k' can not find manpages installed by guix. I believe the issue is caused by `mandb' does not include guix packages' man pages when generating its index database. Confirm sbcl is installed: #+b

Re: add shepherd requirement to an existing service?

2024-03-12 Thread Remco van 't Veer
Hi Oleg, 2024/03/11, Oleg Pykhalov: >> I'd like to add a shepherd requirement to an existing service, as >> provided by guix, to prevent it from starting before some other service >> starts. >> >> For exampple: I have NAS which is very slow to start after a power >> failure so I created a simple

Re: catch2-3.5.1.drv fails to build with home reconfigure, but succeeds with build

2024-03-12 Thread 宋文武
Richard Sent writes: > So I was wrong and it turned out to be a mainline bug, but one that was > only present on x86 32-bit. Here's the reports: > > https://gitlab.com/nonguix/nonguix/-/issues/307 > https://issues.guix.gnu.org/68429 > https://github.com/catchorg/Catch2/issues/2796 Hello, catch2