From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Re: Questions about packaging Date: Mon, 14 Oct 2019 09:53:16 +0200 Message-ID: <20191014075316.lm2ugfrhvktpjba6@rafflesia> References: <20191009095633.qlhnq2yvtp7dbrrf@rafflesia> <20191010024127.1da7c86d@scratchpost.org> <20191011074200.azkyt4mufjazbuj6@rafflesia> <20191012124116.6f842667@scratchpost.org> <20191012124917.3170d8c7@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49203) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJvAO-0000oL-Dh for guix-devel@gnu.org; Mon, 14 Oct 2019 03:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJvAN-00029r-Gq for guix-devel@gnu.org; Mon, 14 Oct 2019 03:53:20 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:42643) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iJvAN-00028o-A5 for guix-devel@gnu.org; Mon, 14 Oct 2019 03:53:19 -0400 Content-Disposition: inline In-Reply-To: <20191012124917.3170d8c7@scratchpost.org> 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: Danny Milosavljevic Cc: Guix Le 10/12, Danny Milosavljevic a écrit : > Also, in > > (define-public icedtea-6 > (package > [...] > )) > > "icedtea-6" is a variable name (in the programming language Guile). > > The package name is there: > > [...] > (package > (name "icedtea") <----- > ) > > We don't have version numbers in package names--but you can request > a specific version by > > $ guix package -i xxx@1.2.3 > ^^^ ^^^^^ package version > package name I'll try to use the vocabulary (variable/package) properly from now on! -- Tanguy