From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59733) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpVQK-0007l1-DO for guix-patches@gnu.org; Mon, 22 Jul 2019 06:20:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hpVQI-00072E-H2 for guix-patches@gnu.org; Mon, 22 Jul 2019 06:20:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51158) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hpVQI-000728-EO for guix-patches@gnu.org; Mon, 22 Jul 2019 06:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hpVQI-00085L-8c for guix-patches@gnu.org; Mon, 22 Jul 2019 06:20:02 -0400 Subject: [bug#36760] [PATCH 2/3] gnu: guile-json: Define 'guile-json-1'. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 22 Jul 2019 12:18:42 +0200 Message-Id: <20190722101843.11978-2-ludo@gnu.org> In-Reply-To: <20190722101843.11978-1-ludo@gnu.org> References: <20190722101843.11978-1-ludo@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 36760@debbugs.gnu.org * gnu/packages/guile.scm (guile-json-1): New variable. --- gnu/packages/guile.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 6e11a13c56..e871685f02 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -470,6 +470,10 @@ specification. These are the main features: ;; Version 1.2.0 switched to GPLv3+ (from LGPLv3+). (license license:gpl3+))) +(define-public guile-json-1 + ;; This is the 1.x branch of Guile-JSON. + guile-json) + (define-public guile2.2-json (deprecated-package "guile2.2-json" guile-json)) -- 2.22.0