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: Tue, 02 Oct 2018 14:12:32 +0200 Message-ID: <87lg7go8cv.fsf@gnu.org> References: <87in397jsd.fsf@ambrevar.xyz> <20180913191151.GA1865@jurong> <87woro5ocf.fsf@ambrevar.xyz> <20180914113302.elqrk3tvdkln2cde@thebird.nl> <87o9cmj0fc.fsf@ambrevar.xyz> <87mus6iypf.fsf@ambrevar.xyz> <87zhw02ea9.fsf@mdc-berlin.de> <87o9cex112.fsf@ambrevar.xyz> <87efdau5x2.fsf@gnu.org> <87murywuvn.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]:36995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7JXt-0003u1-EI for guix-devel@gnu.org; Tue, 02 Oct 2018 08:12:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7JXs-0005jn-QW for guix-devel@gnu.org; Tue, 02 Oct 2018 08:12:57 -0400 In-Reply-To: <87murywuvn.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Sun, 30 Sep 2018 23:14:20 +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 , Ricardo Wurmus , guix-blog@gnu.org Pierre Neidhardt skribis: >> =E2=80=98%build-inputs=E2=80=99 etc. are global variables of package der= ivation build >> scripts; see =E2=80=98build-expression->derivation=E2=80=99 in (guix der= ivations). >> >> To view the code of one of these scripts, open the file returned by: >> >> $ guix gc --references $(guix build -d coreutils) | grep builder >> /gnu/store/v02xky6f5rvjywd7ficzi5pyibbmk6cq-coreutils-8.29-guile-build= er > > Nice, I had never looked into the builders before. Good to know :) > > Maybe we keep the concept of derivations out of this tutorial for now. S= o I > think I'll explain this as "variables global to the package definition". = Sounds > alright? Or global variables in the build stage, to be more accurate. :-) It=E2=80=99s really a fine point though and shouldn=E2=80=99t block the who= le tutorial! Thanks, Ludo=E2=80=99.