Ludovic Courtès writes: > Roel Janssen <r...@gnu.org> skribis: > >> I ran guix lint on it, but I still have a problem with TLS, so I'm not >> 100% confident running guix lint is clean. > > What problem exactly? For some of its checkers, ‘guix lint’ wants > (gnutls), the Guile bindings to GnuTLS. If you get an error along the > lines of: > > No code for module (gnutls) > > then I’d recommend running ‘guix package -i gnutls’.
Thank you for your help! I was missing gnutls-guile. It's actually in the manual but I hadn't read it yet at that point. (I'm still reading and processing the information from the manual.). So future patches will be properly checked with 'guix lint'.