From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/1] Fix incorrect example package recipe in docs. Date: Sun, 28 Sep 2014 12:03:27 +0200 Message-ID: <87tx3sawpc.fsf@gnu.org> References: 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]:40050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBKM-0003ZS-GZ for guix-devel@gnu.org; Sun, 28 Sep 2014 06:03:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYBKG-0002Ol-4l for guix-devel@gnu.org; Sun, 28 Sep 2014 06:03:38 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBKF-0002G3-UM for guix-devel@gnu.org; Sun, 28 Sep 2014 06:03:32 -0400 In-Reply-To: (Ian Denhardt's message of "Sat, 27 Sep 2014 18:36:10 -0400") 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: Ian Denhardt Cc: guix-devel@gnu.org Ian Denhardt skribis: > In the section of the manual that first explains how to write a package > recipe, the example didn't work. The fix is trivial, just use > define-public instead of define. Pushed, thanks! Note that I adjusted the commit log to conform with our conventions, as described under =E2=80=9CSubmitting Patches=E2=80=9D in =E2=80=98HACKING=E2= =80=99. Ludo=E2=80=99.