[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add libconfig.
From: |
Roel Janssen |
Subject: |
Re: [PATCH] Add libconfig. |
Date: |
Fri, 11 Dec 2015 23:19:52 +0100 |
User-agent: |
mu4e 0.9.15; emacs 25.1.50.1 |
Ludovic Courtès writes:
> Roel Janssen <address@hidden> 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'.