From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Blog: Guix packaging tutorial Date: Wed, 26 Sep 2018 12:20:49 +0200 Message-ID: <87d0t036gu.fsf@gnu.org> References: <87in397jsd.fsf@ambrevar.xyz> <20180913191151.GA1865@jurong> <87woro5ocf.fsf@ambrevar.xyz> <20180914113302.elqrk3tvdkln2cde@thebird.nl> <87o9cmj0fc.fsf@ambrevar.xyz> 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]:58680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g56wT-0003Sr-Ty for guix-devel@gnu.org; Wed, 26 Sep 2018 06:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g56wS-0003ow-O2 for guix-devel@gnu.org; Wed, 26 Sep 2018 06:21:13 -0400 In-Reply-To: <87o9cmj0fc.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Mon, 24 Sep 2018 19:00:07 +0200") 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" To: Pierre Neidhardt Cc: guix-devel , guix-blog@gnu.org Pierre Neidhardt skribis: > Err... Actually I see that a few packages like "mg" uses %output and not > %outputs. What's the difference? =E2=80=98%outputs=E2=80=99 is the recommended way, =E2=80=98%output=E2=80= =99 is not. :-) Ludo=E2=80=99.