gnu: Add guile2.2-redis.

* gnu/packages/guile.scm (guile2.2-redis): New variable.
This commit is contained in:
Ricardo Wurmus 2016-09-13 15:09:23 +02:00
parent ea833d301b
commit 85313be89d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 0 deletions

View File

@ -955,6 +955,9 @@ above command-line parameters.")
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")