mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add guile2.2-lib.
* gnu/packages/guile.scm (guile2.2-lib): New variable.
This commit is contained in:
parent
a71c863834
commit
12773de3e7
1 changed files with 3 additions and 0 deletions
|
@ -670,6 +670,9 @@ (define-public guile-lib
|
|||
;; details.
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public guile2.2-lib
|
||||
(package-for-guile-2.2 guile-lib))
|
||||
|
||||
(define-public guile-json
|
||||
(package
|
||||
(name "guile-json")
|
||||
|
|
Loading…
Reference in a new issue