gnu: guile-json: Export.

This is a followup to 84af1e7402.

* gnu/packages/guile.scm (guile-json): Export.
This commit is contained in:
Ludovic Courtès 2019-10-23 00:43:49 +02:00
parent 353f5f7aa7
commit 7f81cce3c2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -451,6 +451,7 @@ (define-public guile-json-1
(define-deprecated guile-json (define-deprecated guile-json
guile-json-1 guile-json-1
guile-json-1) guile-json-1)
(export guile-json)
(define-public guile2.0-json (define-public guile2.0-json
(package-for-guile-2.0 guile-json-1)) (package-for-guile-2.0 guile-json-1))