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

* gnu/packages/guile.scm (guile-json-1): New variable.
This commit is contained in:
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

View file

@ -470,6 +470,10 @@ (define-public guile-json
;; 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))