diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-07-21 23:17:01 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-25 00:18:45 +0200 |
commit | 584a3ca3a4fb69bcf4d166b426ddb882e434894f (patch) | |
tree | 63fcd566fd05a2634c71ac22c70d99ebd5b4b317 | |
parent | 81c3dc32244a17241d74eea9fa265edfcb326f6d (diff) | |
download | patches-584a3ca3a4fb69bcf4d166b426ddb882e434894f.tar patches-584a3ca3a4fb69bcf4d166b426ddb882e434894f.tar.gz |
gnu: guile-json: Define 'guile-json-1'.
* gnu/packages/guile.scm (guile-json-1): New variable.
-rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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)) |