GNU bug report logs - #36760
[PATCH 0/3] Switch to Guile-JSON 3.x

Previous Next

Package: guix-patches;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Mon, 22 Jul 2019 10:15:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: 36760 <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: [bug#36760] [PATCH 2/3] gnu: guile-json: Define 'guile-json-1'.
Date: Mon, 22 Jul 2019 12:18:42 +0200
* 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





This bug report was last modified 5 years and 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.