guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: artanis: Use guile2.2-readline.


From: guix-commits
Subject: 01/02: gnu: artanis: Use guile2.2-readline.
Date: Tue, 28 Apr 2020 09:11:59 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a7a8337b28535f29d3c64453fadb91c7c5dfc741
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Apr 28 14:45:40 2020 +0200

    gnu: artanis: Use guile2.2-readline.
    
    * gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from
    GUILE-READLINE to GUILE2.2-READLINE.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 1b3cde6..3ae7e9f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -153,7 +153,7 @@
     ;; TODO: Add guile-dbi and guile-dbd optional dependencies.
     (propagated-inputs
      `(("guile-json" ,guile-json-1)
-       ("guile-readline" ,guile-readline)
+       ("guile-readline" ,guile2.2-readline)
        ("guile-redis" ,guile-redis)))
     (native-inputs
      `(("bash"       ,bash)         ;for the `source' builtin



reply via email to

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