mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add guile2.2-redis.
* gnu/packages/guile.scm (guile2.2-redis): New variable.
This commit is contained in:
parent
ea833d301b
commit
85313be89d
1 changed files with 3 additions and 0 deletions
|
@ -955,6 +955,9 @@ (define-public guile-redis
|
|||
key-value cache and store.")
|
||||
(license lgpl3+)))
|
||||
|
||||
(define-public guile2.2-redis
|
||||
(package-for-guile-2.2 guile-redis))
|
||||
|
||||
(define-public guile-wisp
|
||||
(package
|
||||
(name "guile-wisp")
|
||||
|
|
Loading…
Reference in a new issue