From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLUBy-0000Nh-7e for guix-patches@gnu.org; Thu, 15 Jun 2017 08:48:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLUBu-0002uG-BU for guix-patches@gnu.org; Thu, 15 Jun 2017 08:48:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLUBu-0002u6-75 for guix-patches@gnu.org; Thu, 15 Jun 2017 08:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLUBu-0004ih-01 for guix-patches@gnu.org; Thu, 15 Jun 2017 08:48:02 -0400 Subject: [bug#27344] [PATCH 02/12] gnu: Add libctl. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-2-theodoros.for@openmailbox.org> <20170615133246.3b00136b@scratchpost.org> Date: Thu, 15 Jun 2017 14:47:20 +0200 In-Reply-To: <20170615133246.3b00136b@scratchpost.org> (Danny Milosavljevic's message of "Thu, 15 Jun 2017 13:32:46 +0200") Message-ID: <87mv992zaf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 27344@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: >> +(define-public libctl >> + (package >> + (name "libctl") > >>(inputs) >> + `(("guile" ,guile-2.2))) > > I think both the package name and the variable name should have a "guile2= .2-" prefix. Actually no. :-) When Guile 2.0 was the default, I used the =E2=80=9Cguile2.2-=E2=80=9D pref= ix for packages that were using 2.2 instead of 2.0. Now most of them are deprecated and I do the reverse: use the =E2=80=9Cguile2.0-=E2=80=9D prefix= for packages that are still on 2.0. Hope that makes sense! Ludo=E2=80=99.