From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Parameterized packages Date: Mon, 27 Jan 2020 12:23:14 +0100 Message-ID: References: <87d0bfrxr1.fsf@gnu.org> <87tv4qjy06.fsf@ambrevar.xyz> <875zh6rm5h.fsf@ambrevar.xyz> <87lfq1q7ea.fsf@ambrevar.xyz> <87zhefq0ih.fsf@ambrevar.xyz> <20200124215645.dalemg5qbkpai37m@n0> <87imkxcil8.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51919) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iw2UK-00074a-3D for guix-devel@gnu.org; Mon, 27 Jan 2020 06:23:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iw2UJ-0000zz-5J for guix-devel@gnu.org; Mon, 27 Jan 2020 06:23:27 -0500 Received: from mail-qv1-xf36.google.com ([2607:f8b0:4864:20::f36]:36637) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iw2UI-0000zb-VA for guix-devel@gnu.org; Mon, 27 Jan 2020 06:23:27 -0500 Received: by mail-qv1-xf36.google.com with SMTP id db9so666242qvb.3 for ; Mon, 27 Jan 2020 03:23:26 -0800 (PST) In-Reply-To: <87imkxcil8.fsf@ambrevar.xyz> 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: Pierre Neidhardt Cc: Guix Devel Hi Pierre, On Mon, 27 Jan 2020 at 11:13, Pierre Neidhardt wrote: > > zimoun writes: > > > Maybe I misread something and/or I misunderstand other thing but the > > symbols 'video-player' and 'python' need to be defined somewhere. And > > with this proposal adding the field 'parameters', this somewhere is > > outside the package. Therefore, I will end up to a big mess, IMHO. > > I think you misread indeed :p Maybe I misread. :-) I am still convinced that it is not the correct design and instead be able to partially override the package definition seems more appropriate. At the end, code is law. :-) Cheers, simon