Hello Guix,

I have a guix.scm file in which I depend on the guix package.

When building this package with autotools I see the following error when compiling my guile modules:

error: %ensure-setuid-program-list: unbound variable

I'm not using that symbol anywhere in my own code, but probably somehow through a guix module I load.

So, I guess this is due the guix package being pinned to 9a2ddcc8f5a6f64b475eeb13a3f1034aa6a4a49a, committed on Wed Jul 31 16:49:04 2024 +0200 still referring to that symbol

It looks like this variable gets updated from time to time. Would it make sense to do this again, to avoid this error?

Wdyt?

Thanks, Roman.