From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLVa7-0000HV-ND for guix-patches@gnu.org; Thu, 15 Jun 2017 10:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLVa2-0003Qu-Oo for guix-patches@gnu.org; Thu, 15 Jun 2017 10:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47017) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLVa2-0003Qn-L2 for guix-patches@gnu.org; Thu, 15 Jun 2017 10:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLVa2-00078X-9P for guix-patches@gnu.org; Thu, 15 Jun 2017 10:17:02 -0400 Subject: [bug#27344] [PATCH 02/12] gnu: Add libctl. Resent-Message-ID: Date: Thu, 15 Jun 2017 16:15:58 +0200 From: Danny Milosavljevic Message-ID: <20170615161558.07fc986b@scratchpost.org> In-Reply-To: <87mv992zaf.fsf@gnu.org> References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-2-theodoros.for@openmailbox.org> <20170615133246.3b00136b@scratchpost.org> <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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27344@debbugs.gnu.org Hi Ludo, On Thu, 15 Jun 2017 14:47:20 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Hi Danny, >=20 > Danny Milosavljevic skribis: >=20 > >> +(define-public libctl > >> + (package > >> + (name "libctl") =20 > > =20 > >>(inputs) > >> + `(("guile" ,guile-2.2))) =20 > > > > I think both the package name and the variable name should have a "guil= e2.2-" prefix. =20 >=20 > Actually no. :-) >=20 > When Guile 2.0 was the default, I used the =E2=80=9Cguile2.2-=E2=80=9D pr= efix 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 pref= ix for packages > that are still on 2.0. Oh okay. But libctl should still have a "guile-" prefix, right?