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:
parent
2a56b2cf86
commit
fa7bd13e5b
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue