guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: guile-json: Define 'guile-json-1'.


From: guix-commits
Subject: 02/03: gnu: guile-json: Define 'guile-json-1'.
Date: Wed, 24 Jul 2019 18:37:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 584a3ca3a4fb69bcf4d166b426ddb882e434894f
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jul 21 23:17:01 2019 +0200

    gnu: guile-json: Define 'guile-json-1'.
    
    * 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 6e11a13..e871685 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]