gnu: rcas-web: Use guile2.2 version of Guile-Redis.

* gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Change from GUILE-REDIS
to GUILE2.2-REDIS.  While at it, rename the GUILE input to "guile" instead
of "guile-next".
This commit is contained in:
Marius Bakke 2020-06-04 17:54:15 +02:00
parent 2a56b2cf86
commit fa7bd13e5b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -8747,9 +8747,9 @@ (define-public rcas-web
(inputs
`(("r-minimal" ,r-minimal)
("r-rcas" ,r-rcas)
("guile-next" ,guile-2.2)
("guile" ,guile-2.2)
("guile-json" ,guile-json-1)
("guile-redis" ,guile-redis)))
("guile-redis" ,guile2.2-redis)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://github.com/BIMSBbioinfo/rcas-web")