mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: artanis: Use guile2.2 version of guile-redis.
* gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from guile-redis to guile2.2-redis. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4bc71b4eee
commit
d282a82cab
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
||||||
;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
|
;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
|
||||||
;;; Copyright © 2020 Julien Lepiler <julien@lepiller.eu>
|
;;; Copyright © 2020 Julien Lepiler <julien@lepiller.eu>
|
||||||
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
||||||
|
;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -155,9 +156,9 @@ (define-public artanis
|
||||||
;; projects.
|
;; projects.
|
||||||
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
|
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-json" ,guile-json-1)
|
`(("guile-json" ,guile-json-1) ; This ia already using guile-2.2.
|
||||||
("guile-readline" ,guile2.2-readline)
|
("guile-readline" ,guile2.2-readline)
|
||||||
("guile-redis" ,guile-redis)))
|
("guile-redis" ,guile2.2-redis)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash" ,bash) ;for the `source' builtin
|
`(("bash" ,bash) ;for the `source' builtin
|
||||||
("pkgconfig" ,pkg-config)
|
("pkgconfig" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue