mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: guile-json: Define 'guile-json-1'.
* gnu/packages/guile.scm (guile-json-1): New variable.
This commit is contained in:
parent
81c3dc3224
commit
584a3ca3a4
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue