guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: clisp: Use address@hidden


From: Ludovic Courtès
Subject: 01/02: gnu: clisp: Use address@hidden
Date: Sun, 13 Nov 2016 12:24:18 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit c25a51d5c64084a2dcd470aa0fb740215288fb1f
Author: Andy Patterson <address@hidden>
Date:   Sat Nov 12 19:52:22 2016 -0500

    gnu: clisp: Use address@hidden
    
    * gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/lisp.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d083760..ec0bdaa 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -200,7 +200,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other 
useful components.")
         (base32 "0rp82nqp5362isl9i34rwgg04cidz7izljd9d85pqcw1qr964bxx"))))
     (build-system gnu-build-system)
     (inputs `(("libffcall" ,libffcall)
-              ("readline" ,readline)
+              ("readline" ,readline-6.2)
               ("libsigsegv" ,libsigsegv)))
     (arguments
      '(;; XXX The custom configure script does not cope well when passed



reply via email to

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