Olivier Dion via "Development of GNU Guix and the GNU System distribution." writes: > Hello, > > I would like to know if there's plan to add glibc@2.35 soon to the guix > channel? I'm afraid not. Bumping the version of glibc is not a trivial package update in Guix, it means almost all packages need to rebuild (rebuild the world). If you really need it, you may inherit from a existing glibc package, update to 2.35 and use it. But you may need extra patches to make it work well. I'd suggest you use docker and run some distro with glibc 2.35(FWIK Archlinux). -- Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao