From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add Libntlm, GNU GSS and GNU SASL. Date: Sun, 30 Dec 2012 17:32:48 +0100 Message-ID: <87k3rz7b67.fsf@gnu.org> References: <201212292329.28082.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpLog-0003Pl-RK for bug-guix@gnu.org; Sun, 30 Dec 2012 11:32:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpLof-00070N-Tb for bug-guix@gnu.org; Sun, 30 Dec 2012 11:32:50 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:32754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpLof-00070D-NJ for bug-guix@gnu.org; Sun, 30 Dec 2012 11:32:49 -0500 In-Reply-To: <201212292329.28082.andreas@enge.fr> (Andreas Enge's message of "Sat, 29 Dec 2012 23:29:28 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > From facc12b9d8850a4885746f283777f678f37a5f5a Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Sat, 29 Dec 2012 23:26:58 +0100 > Subject: [PATCH 5/5] distro: Add Libntlm, GNU GSS and GNU SASL. > > * distro/packages/gsasl.scm: New file. > * Makefile.am (MODULES): Add it. No need for spaces before stars here. Applied with this tiny change, thanks! Ludo=E2=80=99.