From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxXx9-0002mB-Jt for guix-patches@gnu.org; Thu, 28 Sep 2017 08:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxXx5-0000NN-3L for guix-patches@gnu.org; Thu, 28 Sep 2017 08:30:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55635) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxXx4-0000ND-WC for guix-patches@gnu.org; Thu, 28 Sep 2017 08:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxXx4-00064T-M3 for guix-patches@gnu.org; Thu, 28 Sep 2017 08:30: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> Date: Thu, 28 Sep 2017 14:29:12 +0200 In-Reply-To: <20170612165226.1268-2-theodoros.for@openmailbox.org> (Theodoros Foradis's message of "Mon, 12 Jun 2017 19:52:16 +0300") Message-ID: <87zi9fropz.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: Theodoros Foradis Cc: 27344@debbugs.gnu.org I=E2=80=99m finally picking this up=E2=80=A6 Theodoros Foradis skribis: > * gnu/packages/engineering.scm (libctl): New variable. Applied (without the =E2=80=9Cguile-=E2=80=9D prefix because it also provid= es a C library.) Thanks, Ludo=E2=80=99.