From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Parameterized packages Date: Tue, 21 Jan 2020 11:49:23 +0100 Message-ID: <87v9p5dqz0.fsf@gnu.org> References: <87o8v5ukgb.fsf@ambrevar.xyz> <87d0blhr9s.fsf@ambrevar.xyz> <20200116190644.uytvzvypuvdwh2iq@n0> <87d0bfrxr1.fsf@gnu.org> <87tv4qjy06.fsf@ambrevar.xyz> <875zh6rm5h.fsf@ambrevar.xyz> <20200120225722.oxg4pbggvir4o24i@n0> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37755) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itr68-0006FS-ID for guix-devel@gnu.org; Tue, 21 Jan 2020 05:49:29 -0500 In-Reply-To: <20200120225722.oxg4pbggvir4o24i@n0> (ison@airmail.cc's message of "Mon, 20 Jan 2020 15:57:22 -0700") 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-mx.org@gnu.org Sender: "Guix-devel" To: ison Cc: guix-devel@gnu.org Hi, ison skribis: > Just a thought, but could this be achieved using Guile's parameterization > feature? > https://www.gnu.org/software/guile/manual/html_node/Parameters.html I don=E2=80=99t think so: these =E2=80=9Cparameters=E2=80=9D (I like to wri= te =E2=80=9CSRFI-39 parameters=E2=80=9D to avoid confusion, which refers to ) have little to do with the kind of parameters discussed here. Ludo=E2=80=99.