gnu: guile-json: Define 'guile-json-1'.

* gnu/packages/guile.scm (guile-json-1): New variable.
master
Ludovic Courtès 2019-07-21 23:17:01 +02:00
parent 81c3dc3224
commit 584a3ca3a4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -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))