From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add libconfig. Date: Fri, 11 Dec 2015 21:22:03 +0100 Message-ID: <878u5068ic.fsf@gnu.org> References: <878u52be92.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7UCh-0003ng-3y for guix-devel@gnu.org; Fri, 11 Dec 2015 15:22:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7UCd-0000sh-4g for guix-devel@gnu.org; Fri, 11 Dec 2015 15:22:11 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7UCd-0000sc-2B for guix-devel@gnu.org; Fri, 11 Dec 2015 15:22:07 -0500 In-Reply-To: <878u52be92.fsf@gnu.org> (Roel Janssen's message of "Thu, 10 Dec 2015 14:54:33 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Roel Janssen Cc: guix-devel@gnu.org Roel Janssen 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, =E2=80=98guix lint=E2=80= =99 wants (gnutls), the Guile bindings to GnuTLS. If you get an error along the lines of: No code for module (gnutls) then I=E2=80=99d recommend running =E2=80=98guix package -i gnutls=E2=80=99. HTH! Ludo=E2=80=99.