guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42097] [PATCH] gnu: artanis: Use guile2.2 version of guile-redis.


From: Efraim Flashner
Subject: [bug#42097] [PATCH] gnu: artanis: Use guile2.2 version of guile-redis.
Date: Sun, 28 Jun 2020 10:56:38 +0300

On Sun, Jun 28, 2020 at 07:42:03AM +0900, Masaya Tojo wrote:
> * gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from
> guile-redis to guile2.2-redis.
> ---
>  gnu/packages/guile-xyz.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index f8e59b0b21..5416b30c2e 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -28,6 +28,7 @@
>  ;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
>  ;;; Copyright © 2020 Julien Lepiler <julien@lepiller.eu>
>  ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
> +;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -157,7 +158,7 @@
>      (propagated-inputs
>       `(("guile-json" ,guile-json-1)
>         ("guile-readline" ,guile2.2-readline)
> -       ("guile-redis" ,guile-redis)))
> +       ("guile-redis" ,guile2.2-redis)))
>      (native-inputs
>       `(("bash"       ,bash)         ;for the `source' builtin
>         ("pkgconfig"  ,pkg-config)
> -- 
> 2.26.2
> 

Should guile-json-1 be switched to guile2.2-json-1 also?

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]