From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLT1P-0006pb-Lr for guix-patches@gnu.org; Thu, 15 Jun 2017 07:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLT1K-00040M-NC for guix-patches@gnu.org; Thu, 15 Jun 2017 07:33:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45934) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLT1K-00040F-Jk for guix-patches@gnu.org; Thu, 15 Jun 2017 07:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLT1K-00030L-Bh for guix-patches@gnu.org; Thu, 15 Jun 2017 07:33:02 -0400 Subject: [bug#27344] [PATCH 02/12] gnu: Add libctl. Resent-Message-ID: Date: Thu, 15 Jun 2017 13:32:46 +0200 From: Danny Milosavljevic Message-ID: <20170615133246.3b00136b@scratchpost.org> In-Reply-To: <20170612165226.1268-2-theodoros.for@openmailbox.org> References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-2-theodoros.for@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Hi Theodoros, > +(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.